From dd7ddeade36024e6ecf3cf58df246714d7ac07be Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 24 Nov 2009 18:23:16 +0000 Subject: [PATCH] formatting --- lam/lib/modules/inetLocalMailRecipient.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lam/lib/modules/inetLocalMailRecipient.inc b/lam/lib/modules/inetLocalMailRecipient.inc index 300198a3..be6ff1e4 100644 --- a/lam/lib/modules/inetLocalMailRecipient.inc +++ b/lam/lib/modules/inetLocalMailRecipient.inc @@ -76,9 +76,9 @@ class inetLocalMailRecipient extends baseModule { // profile options $return['profile_options'] = array( array( - 0 => array('kind' => 'text', 'text' => _('Mail server') . ":"), - 1 => array('kind' => 'input', 'name' => 'inetLocalMailRecipient_host', 'type' => 'text', 'size' => '30', 'maxlength' => '255'), - 2 => array('kind' => 'help', 'value' => 'host')) + array('kind' => 'text', 'text' => _('Mail server') . ":"), + array('kind' => 'input', 'name' => 'inetLocalMailRecipient_host', 'type' => 'text', 'size' => '30', 'maxlength' => '255'), + array('kind' => 'help', 'value' => 'host')) ); // profile checks $return['profile_checks']['inetLocalMailRecipient_host'] = array(