projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
initialize result array (unseen/total count)
[squirrelmail.git]
/
src
/
left_main.php
diff --git
a/src/left_main.php
b/src/left_main.php
index
881f104
..
187b1ef
100644
(file)
--- 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;