X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/785d404c84c153bda7d45d3aedfefa81985703b3..11cfcc792a4c3578abce0ef3f1b933f3858b5c1d:/mobile/user_add.php diff --git a/mobile/user_add.php b/mobile/user_add.php index c1f7e291..24adc112 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -107,7 +107,6 @@ class RateCellRenderer extends DefaultCellRenderer { global $assigned_projects; $field = new FloatField('rate_'.$table->getValueAtName($row, 'id')); $field->setFormName($table->getFormName()); - $field->localize($GLOBALS['I18N']); $field->setSize(5); $field->setFormat('.2'); foreach ($assigned_projects as $p) {