X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2a998c95dd9e86a9ad57939b056b62cab7402b08..8c194ac6af2accb4f45e35e93629037a0983cc3f:/user_edit.php diff --git a/user_edit.php b/user_edit.php index 0dc7afb3..ac1143f3 100644 --- a/user_edit.php +++ b/user_edit.php @@ -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);