From ce45831c7359eb0870945ef343618c81c8cdd219 Mon Sep 17 00:00:00 2001 From: jervfors Date: Wed, 9 Jun 2004 07:27:11 +0000 Subject: [PATCH] Indentation fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7623 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.25.1