From 72b0b167b55bc87182e61ae7810de779bfa6a9fc Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 1 Mar 2008 12:24:47 +0000 Subject: [PATCH] code cleanup --- lam/lib/modules/posixAccount.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index 8b632675..9de91a55 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -140,9 +140,6 @@ class posixAccount extends baseModule { array('kind' => 'text', 'text' => '' . _("Password hash type") . ':  '), array('kind' => 'select', 'name' => 'posixAccount_pwdHash', 'size' => '1', 'options' => array("CRYPT", "SHA", "SSHA", "MD5", "SMD5", "PLAIN"), 'options_selected' => array('SSHA')), - array('kind' => 'text', 'value' => ' '), - array('kind' => 'text', 'value' => ' '), - array('kind' => 'text', 'value' => ' '), array('kind' => 'help', 'value' => 'pwdHash')) ); }