]> wagnertech.de Git - timetracker.git/blobdiff - mobile/user_add.php
Finished refactoring of the FormElement class.
[timetracker.git] / mobile / user_add.php
index eec9662dac52a71b6cfec4a3deaf4f2045774cb3..681ddd5c7bd14c7346406aa934459b08a833db29 100644 (file)
@@ -113,7 +113,7 @@ class RateCellRenderer extends DefaultCellRenderer {
     foreach ($assigned_projects as $p) {
       if ($p['id'] == $table->getValueAtName($row,'id')) $field->setValue($p['rate']);
     }
-    $this->setValue($field->toStringControl());
+    $this->setValue($field->getHtml());
     return $this->toString();
   }
 }