Adjusted time.php to honor note on separate row option.
[timetracker.git] / WEB-INF / lib / form / PasswordField.class.php
index 7fd6624..747a6ac 100644 (file)
@@ -30,11 +30,10 @@ import('form.FormElement');
 
 class PasswordField extends FormElement {
 
-  function __construct($name, $value='')
+  function __construct($name)
   {
     $this->class = 'PasswordField';
     $this->name = $name;
-    $this->value = $value;
   }
 
   function getHtml() {