X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Finfo%2Ffunctions.php;h=c2eec3b532fad767ec9d87e2536c9f80f4af3e1c;hb=1942248e1d29a0c7fa5ce5d142d618636c6991dd;hp=8182a2da9917ef41179cccbde1198b568d1fedb1;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;p=squirrelmail.git diff --git a/plugins/info/functions.php b/plugins/info/functions.php index 8182a2da..c2eec3b5 100644 --- a/plugins/info/functions.php +++ b/plugins/info/functions.php @@ -10,7 +10,7 @@ * to options.php. * * @author Jason Munro - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 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); }