X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e1703495130c8ed88fe210f50a2a6b453b3c566b..bb92f78d67fee6fd5b005e8196ccbf618c76518b:/WEB-INF/lib/form/TextField.class.php diff --git a/WEB-INF/lib/form/TextField.class.php b/WEB-INF/lib/form/TextField.class.php index 044b3d6d..4904e248 100644 --- a/WEB-INF/lib/form/TextField.class.php +++ b/WEB-INF/lib/form/TextField.class.php @@ -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.