X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1a0a67742c8791fe059c455beccfad162996c34b..a4d1c5627c3958245ea7e2e573267e34f5872471:/mobile/user_add.php diff --git a/mobile/user_add.php b/mobile/user_add.php index 34c48222..eec9662d 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -107,7 +107,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) {