X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/36e4e3e4b457c992317212738d10693c269a4f6e..3a5964df63eb410b66e02326ebc7f7c90e8d606e:/user_edit.php diff --git a/user_edit.php b/user_edit.php index ac1143f3..8f71e55f 100644 --- a/user_edit.php +++ b/user_edit.php @@ -128,7 +128,7 @@ $form->addInput(array('type'=>'floatfield','maxlength'=>'10','name'=>'rate','for class NameCellRenderer extends DefaultCellRenderer { function render(&$table, $value, $row, $column, $selected = false) { $this->setOptions(array('width'=>200,'valign'=>'top')); - $this->setValue(''); + $this->setValue(''); return $this->toString(); } }