]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/TextField.class.php
Finished refactoring dropdown option translations.
[timetracker.git] / WEB-INF / lib / form / TextField.class.php
index 044b3d6de0ebdeb9b68f5fd0681abf2925f5d480..4904e248195cf84806b5de50cf81a654bbc1dc8e 100644 (file)
@@ -30,11 +30,10 @@ import('form.FormElement');
 
 class TextField extends FormElement {
 
-  function __construct($name, $value = '')
+  function __construct($name)
   {
     $this->class = 'TextField';
     $this->name = $name;
-    $this->value = $value;
   }
 
   // TODO: refactoring ongoing down from here.