typo fix
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 17 Apr 2002 23:05:29 +0000 (23:05 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 17 Apr 2002 23:05:29 +0000 (23:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2749 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 1e1fd41763b7ee9365a13bb341661ec421e6e789..566b953b427561b5543ea673a238f95c1b23523a 100644 (file)
@@ -242,7 +242,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs,
       echo '<b><small><center><font color=red>Thread sorting is not'.
              ' supported by your IMAP server.<br>Please report this'.
              'to the system administrator.</center></small></b>';
-     $thread_sort_messages == 0; 
+     $thread_sort_messages = 0; 
     $id = array();
   }
   else {