X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fmailbox_display.php;h=1f86622e91bea0c121d0a37b211781d543448de4;hb=19d01c6b200dfd6317e4a933325d903ba2901726;hp=420ddf0db7eaa59b9326c826ad64f0e20388cd6a;hpb=9294e2695a775bb3855f69273539a7c43646b35d;p=squirrelmail.git diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 420ddf0d..1f86622e 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -770,9 +770,9 @@ function get_sorted_msgs_list($imapConnection,&$aMailbox,&$error) { $aRes = get_thread_sort($imapConnection,$aMailbox['SEARCH'][$iSetIndx]); if ($aRes === false) { $error = '
' . - _("Thread sorting is not supported by your IMAP server.") . '
' . - _("Please report this to the system administrator."). - '
'; + _("Thread sorting is not supported by your IMAP server.") . '
' . + _("Please report this to the system administrator.") . + ''; $aMailbox['SORT'] -= SQSORT_THREAD; } else { $aMailbox['UIDSET'][$iSetIndx] = $aRes[0]; @@ -784,8 +784,8 @@ function get_sorted_msgs_list($imapConnection,&$aMailbox,&$error) { $id = sqimap_get_sort_order($imapConnection, $sSortField, $bDirection, $aMailbox['SEARCH'][$iSetIndx]); if ($id === false) { $error = '
' . - _( "Server-side sorting is not supported by your IMAP server.") . '
' . - _("Please report this to the system administrator."). + _("Server-side sorting is not supported by your IMAP server.") . '
' . + _("Please report this to the system administrator.") . '
'; } else { $aMailbox['UIDSET'][$iSetIndx] = $id;