]> wagnertech.de Git - timetracker.git/blobdiff - user_edit.php
More refactoring in Form.class.php.
[timetracker.git] / user_edit.php
index 0dc7afb3087a97c768d7b5da2d74061671d30611..ac1143f3aaa3ed779800f5c4b53148b513aeaba3 100644 (file)
@@ -135,7 +135,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);