From 24f6a1074867d7de0f51f9d41462136c51e11e45 Mon Sep 17 00:00:00 2001 From: cosworth Date: Mon, 10 Apr 2000 20:59:40 +0000 Subject: [PATCH] < change to <=, I was right the first time, I will quit now. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@405 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/folders.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/folders.php b/src/folders.php index 3d676ba1..167993c3 100644 --- a/src/folders.php +++ b/src/folders.php @@ -231,7 +231,7 @@ exit; /** SUBSCRIBE TO FOLDERS **/ echo ""; - if ($count_special_folders = count($boxes)) { + if ($count_special_folders <= count($boxes)) { $imap_stream = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 1); $boxes = sqimap_mailbox_list_all ($imap_stream); -- 2.25.1