From 0c46707d33b0e134bc2edba3362b043b56e9b5e1 Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 17 Apr 2002 23:05:29 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2749 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 1e1fd417..566b953b 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -242,7 +242,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, echo '
Thread sorting is not'. ' supported by your IMAP server.
Please report this'. 'to the system administrator.
'; - $thread_sort_messages == 0; + $thread_sort_messages = 0; $id = array(); } else { -- 2.25.1