X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Finfo%2Ffunctions.php;h=7605ecc9e78ae27cc1f8e6d02eb10f8f6ef74caa;hp=36bff635d67d386368d1e2987b4f2404dedef69f;hb=55e346263751f3100c780b2d3aee268b6fa3232d;hpb=47ccfad452e8d345542d09e59112cac317cffed8 diff --git a/plugins/info/functions.php b/plugins/info/functions.php index 36bff635..7605ecc9 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-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); } @@ -59,5 +59,3 @@ function print_response($response) { } } } - -?> \ No newline at end of file