X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/785d404c84c153bda7d45d3aedfefa81985703b3..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/mobile/user_edit.php diff --git a/mobile/user_edit.php b/mobile/user_edit.php index 204e7137..e8a116ff 100644 --- a/mobile/user_edit.php +++ b/mobile/user_edit.php @@ -137,7 +137,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) {