Group bugfix
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 31 Jan 2002 09:21:47 +0000 (09:21 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 31 Jan 2002 09:21:47 +0000 (09:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2307 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/options.php

index 7685d9ff17b2bd6999bed191584df1ac7ef3834a..031ca43718b1ce596a55faeb6a8e22fac39ce262 100644 (file)
@@ -359,6 +359,7 @@ foreach ( $newcfg as $k => $v ) {
 
 }
 
+/* Special Themes Block */
 if ( !($colapse['Group7']) ) {
     $i = 0;
     echo '<tr><th>' . _("Theme Name") .
@@ -392,6 +393,7 @@ if ( !($colapse['Group7']) ) {
     }
 }
 
+/* Special Plugins Block */
 if ( $colapse['Group8'] ) {
     $sw = '(+)';
 } else {
@@ -401,7 +403,7 @@ echo "<tr bgcolor=\"$color[0]\"><th colspan=2>" .
      "<a href=options.php?switch=Group7 STYLE=\"text-decoration:none\"><b>$sw</b> </a>" .
      _("Plugins") . '</th></tr>';
 
-if( !$colapse['Group7'] ) {
+if( !$colapse['Group8'] ) {
 
     $fd = opendir( '../plugins/' );
     $op_plugin = array();