From fcba142ab53af434a003ae1d998f0697066e51d3 Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 22 Jan 2003 09:45:40 +0000 Subject: [PATCH] Rollback RTL changes. this is mailbox_display.php v.1.301 Changes will be resubmitted after stable release. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4448 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 9aec217c..8861f11c 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -16,10 +16,6 @@ require_once(SM_PATH . 'functions/strings.php'); require_once(SM_PATH . 'functions/html.php'); require_once(SM_PATH . 'class/html.class.php'); require_once(SM_PATH . 'functions/imap_mailbox.php'); -require_once(SM_PATH . 'functions/set_language_align.php'); - -/* --------------------- Get globals ------------------------------------- */ -$language_align = set_language_align(); /* Default value for page_selector_max. */ define('PG_SEL_MAX', 10); @@ -331,7 +327,7 @@ function getSelfSortMessages($imapConnection, $start_msg, $show_num, function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, $start_msg, $sort, $color, $show_num, $use_cache, $mode='') { - global $msgs, $msort, $auto_expunge, $thread_sort_messages, $language_align, + global $msgs, $msort, $auto_expunge, $thread_sort_messages, $allow_server_sort, $server_sort_order; /* If autoexpunge is turned on, then do it now. */ @@ -425,7 +421,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, $msg_cnt_str = get_msgcnt_str($start_msg, $end_msg, $num_msgs); do_hook('mailbox_index_before'); - echo ''; + echo '
'; echo '
'; mail_message_listing_beginning($imapConnection, $mailbox, $sort, -- 2.25.1