From 4bab674b297c4b6c09ef868bece7bcfa3245b7db Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 5 May 2005 13:12:02 +0000 Subject: [PATCH] removed unused code --- lam/lib/modules/posixGroup.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/lam/lib/modules/posixGroup.inc b/lam/lib/modules/posixGroup.inc index 1f72620e..f08066bc 100644 --- a/lam/lib/modules/posixGroup.inc +++ b/lam/lib/modules/posixGroup.inc @@ -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' => ""));