Allow administrators to configure subfolders of user INBOXes to be treated as special...
[squirrelmail.git] / plugins / info / functions.php
index 8182a2da9917ef41179cccbde1198b568d1fedb1..7605ecc9e78ae27cc1f8e6d02eb10f8f6ef74caa 100644 (file)
@@ -10,7 +10,7 @@
  * to options.php.
  *
  * @author Jason Munro <jason at stdbev.com>
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -50,7 +50,7 @@ function imap_test($imap_stream, $string) {
  * @access private
  */
 function print_response($response) {
-    foreach($response as $index=>$value) {
+    foreach($response as $value) {
         if (is_array($value)) {
             print_response($value);
         }