fixes error message typo
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Apr 2002 17:57:05 +0000 (17:57 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Apr 2002 17:57:05 +0000 (17:57 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2782 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 6e6692f993c0208d78d2bcb66dc4d1db5a5c8146..61b68218cb4dfbb1aa767e321ff1d351c3d0f147 100644 (file)
@@ -252,7 +252,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs,
   if ($id == 'no') {
       echo '<b><small><center><font color=red>Thread sorting is not'.
              ' supported by your IMAP server.<br>Please report this'.
   if ($id == 'no') {
       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>';
+             ' to the system administrator.</center></small></b>';
      $thread_sort_messages = 0; 
     $id = array();
   }
      $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') {
     $server_sort_order = $sort;
     $id = sqimap_get_sort_order($imapConnection, $server_sort_order);
   if ($id == 'no') {
-    echo '<b><small><center><font color=red>Server-side sorting '.
-       'is not supported by your IMAP server.<br>Please report this'.
+    echo '<b><small><center><font color=red>Server-side sorting'.
+       ' is not supported by your IMAP server.<br>Please report this'.
        ' to the system administrator.</center></small></b>';
     $sort = $server_sort_order;
          $allow_server_sort = FALSE;
        ' to the system administrator.</center></small></b>';
     $sort = $server_sort_order;
          $allow_server_sort = FALSE;