PHP 5.3 deprecated ereg() function (#2820952)
[squirrelmail.git] / plugins / info / functions.php
index 36bff635d67d386368d1e2987b4f2404dedef69f..c2eec3b532fad767ec9d87e2536c9f80f4af3e1c 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 &copy; 1999-2009 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);
         }
@@ -59,5 +59,3 @@ function print_response($response) {
         }
     }
 }
-
-?>
\ No newline at end of file