Okay, I was wrong about the <= thing, I changed it back to < which does work.
authorcosworth <cosworth@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 Apr 2000 20:54:26 +0000 (20:54 +0000)
committercosworth <cosworth@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 Apr 2000 20:54:26 +0000 (20:54 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@404 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/folders.php

index 167993c3d25b9e96f0f1756ecc44e5afa27be70e..3d676ba10f0955962a7909f1f3bb8feb414d202c 100644 (file)
@@ -231,7 +231,7 @@ exit;
    /** SUBSCRIBE TO FOLDERS **/
 
    echo "<TR><TD BGCOLOR=\"$color[4]\" ALIGN=CENTER>";
-   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);