From: philippe_mingo Date: Thu, 31 Jan 2002 08:54:10 +0000 (+0000) Subject: Fixed last groups problem. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=0859c3c0b848fe008d6d1c33149df3fc0f061765 Fixed last groups problem. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2305 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index ea057b3f..0ec2c17a 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -205,4 +205,4 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), ); -?> +?> \ No newline at end of file diff --git a/plugins/administrator/options.php b/plugins/administrator/options.php index 0f8337e9..7685d9ff 100644 --- a/plugins/administrator/options.php +++ b/plugins/administrator/options.php @@ -171,7 +171,8 @@ $colapse = array( 'Titles' => FALSE, 'Group4' => getPref($data_dir, $username, 'adm_Group4', TRUE ), 'Group5' => getPref($data_dir, $username, 'adm_Group5', TRUE ), 'Group6' => getPref($data_dir, $username, 'adm_Group6', TRUE ), - 'Group7' => getPref($data_dir, $username, 'adm_Group7', TRUE ) ); + 'Group7' => getPref($data_dir, $username, 'adm_Group7', TRUE ), + 'Group8' => getPref($data_dir, $username, 'adm_Group8', TRUE ) ); if ( isset( $switch ) ) { $colapse[$switch] = !$colapse[$switch]; @@ -358,7 +359,7 @@ foreach ( $newcfg as $k => $v ) { } -if ( !($colapse['Group6']) ) { +if ( !($colapse['Group7']) ) { $i = 0; echo '' . _("Theme Name") . '' . _("Theme Path") . @@ -391,7 +392,7 @@ if ( !($colapse['Group6']) ) { } } -if ( $colapse['Group7'] ) { +if ( $colapse['Group8'] ) { $sw = '(+)'; } else { $sw = '(-)';