removed unused code

This commit is contained in:
Roland Gruber 2005-05-05 13:12:02 +00:00
parent fca21dbdf8
commit 4bab674b29
1 changed files with 0 additions and 2 deletions

View File

@ -258,8 +258,6 @@ class posixGroup extends baseModule {
0 => array('kind' => 'text', 'text' => _('Password') ),
1 => array('kind' => 'input', 'name' => 'userPassword', 'type' => 'password', 'size' => '20', 'maxlength' => '255', 'value' => ""),
2 => array('kind' => 'help', 'value' => 'password'));
if ($post['userPassword2']!='') $password2 = $post['userPassword2'];
else $password2 = $this->userPassword();
$return[] = array(
0 => array('kind' => 'text', 'text' => _('Repeat password')),
1 => array('kind' => 'input', 'name' => 'userPassword2', 'type' => 'password', 'size' => '20', 'maxlength' => '255', 'value' => ""));