X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3a5964df63eb410b66e02326ebc7f7c90e8d606e..a4d1c5627c3958245ea7e2e573267e34f5872471:/user_edit.php diff --git a/user_edit.php b/user_edit.php index 8f71e55f..b3f41116 100644 --- a/user_edit.php +++ b/user_edit.php @@ -137,7 +137,7 @@ class RateCellRenderer extends DefaultCellRenderer { global $assigned_projects; $field = new FloatField('rate_'.$table->getValueAtName($row,'id')); $field->setFormName($table->getFormName()); - $field->setLocalization($GLOBALS['I18N']); + $field->localize($GLOBALS['I18N']); $field->setSize(5); $field->setFormat('.2'); foreach ($assigned_projects as $p) {