]> wagnertech.de Git - timetracker.git/blobdiff - mobile/user_edit.php
Further refactoring of the FormElement class.
[timetracker.git] / mobile / user_edit.php
index 4f3b9aaa08b24a00bc66e902842cf0d70987cc1c..96532d908528ada1cdb3c0431d50f115fa03a9a9 100644 (file)
@@ -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) {