From 1fa5ece16716a12301eb778d6bf7787c09668adf Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 31 Jan 2002 09:21:47 +0000 Subject: [PATCH] Group bugfix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2307 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/options.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/administrator/options.php b/plugins/administrator/options.php index 7685d9ff..031ca437 100644 --- a/plugins/administrator/options.php +++ b/plugins/administrator/options.php @@ -359,6 +359,7 @@ foreach ( $newcfg as $k => $v ) { } +/* Special Themes Block */ if ( !($colapse['Group7']) ) { $i = 0; echo '' . _("Theme Name") . @@ -392,6 +393,7 @@ if ( !($colapse['Group7']) ) { } } +/* Special Plugins Block */ if ( $colapse['Group8'] ) { $sw = '(+)'; } else { @@ -401,7 +403,7 @@ echo "" . "$sw " . _("Plugins") . ''; -if( !$colapse['Group7'] ) { +if( !$colapse['Group8'] ) { $fd = opendir( '../plugins/' ); $op_plugin = array(); -- 2.25.1