From: stekkel Date: Wed, 25 Sep 2002 13:58:18 +0000 (+0000) Subject: initialize result array (unseen/total count) X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=0210ab4da65e25ee6873ec15fe6b6aedbfad6677;hp=b9533c3d40190525803a05ad573329cc0402631f;ds=sidebyside initialize result array (unseen/total count) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3724 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/left_main.php b/src/left_main.php index 881f1042..187b1ef1 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -185,7 +185,7 @@ function create_unseen_string($boxName, $boxArray, $imapConnection) { global $boxes, $unseen_type, $color; /* Initialize the return value. */ - $result = array(); + $result = array(0,0); /* Initialize the counts for this folder. */ $boxUnseenCount = 0;