From f24c898b5ad08b2ce43779646cc37635e28a02e5 Mon Sep 17 00:00:00 2001 From: jmunro Date: Tue, 30 Apr 2002 17:57:05 +0000 Subject: [PATCH] fixes error message typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2782 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 6e6692f9..61b68218 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -252,7 +252,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, if ($id == 'no') { echo '
Thread sorting is not'. ' supported by your IMAP server.
Please report this'. - 'to the system administrator.
'; + ' to the system administrator.'; $thread_sort_messages = 0; $id = array(); } @@ -272,8 +272,8 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, $server_sort_order = $sort; $id = sqimap_get_sort_order($imapConnection, $server_sort_order); if ($id == 'no') { - echo '
Server-side sorting '. - 'is not supported by your IMAP server.
Please report this'. + echo '
Server-side sorting'. + ' is not supported by your IMAP server.
Please report this'. ' to the system administrator.
'; $sort = $server_sort_order; $allow_server_sort = FALSE; -- 2.25.1