]> wagnertech.de Git - timetracker.git/blobdiff - user_add.php
A bit more refactoring.
[timetracker.git] / user_add.php
index 403c6ca6a37b6cfc2eb82d060e05d7a546b035b1..a00528bf3b3ba0ac5def8063829c593162fd1998 100644 (file)
@@ -105,7 +105,7 @@ class NameCellRenderer extends DefaultCellRenderer {
 class RateCellRenderer extends DefaultCellRenderer {
   function render(&$table, $value, $row, $column, $selected = false) {
     global $assigned_projects;
-    $field = new FloatField('rate_'.$table->getValueAtName($row, 'id'), $table->getValueAtName($row, 'p_rate'));
+    $field = new FloatField('rate_'.$table->getValueAtName($row, 'id'));
     $field->setFormName($table->getFormName());
     $field->setLocalization($GLOBALS['I18N']);
     $field->setSize(5);