]> wagnertech.de Git - timetracker.git/blobdiff - user_add.php
Finished refactoring of the FormElement class.
[timetracker.git] / user_add.php
index 6b5befe908d34633df59af042d54683c936231e1..82e55cf104c3417f88df7bb1e21f61ac94a94b0a 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();
   }
 }