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(