]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/PasswordField.class.php
A bit more progress on delete attachment.
[timetracker.git] / WEB-INF / lib / form / PasswordField.class.php
index 7fd6624ef39a24b0a09ae045bb64fa3cf0990b96..747a6ac45caf8c8999f5f23625b330bc83187a99 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() {