From 6a109962730487f0fcd33d55280f7da00c6f02a8 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Thu, 7 Dec 2000 03:36:09 +0000 Subject: [PATCH] fixed an HTML rendering bug in search display git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@875 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_search.php | 1 + functions/mailbox_display.php | 3 +++ 2 files changed, 4 insertions(+) diff --git a/functions/imap_search.php b/functions/imap_search.php index c9d0ddb0..d765c65f 100644 --- a/functions/imap_search.php +++ b/functions/imap_search.php @@ -54,6 +54,7 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo # HACKED CODED FROM ANOTHER FUNCTION, Could Probably dump this and mondify # exsitising code with a search true/false varible. + global $sent_folder; for ($q = 0; $q < count($messagelist); $q++) { $messagelist[$q] = trim($messagelist[$q]); diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 82ec15ea..97b0a2c4 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -507,6 +507,7 @@ echo " \n"; elseif ($sort != -1) echo " \n"; + echo ""; break; case 3: # date @@ -519,6 +520,7 @@ echo " \n"; elseif ($sort != -1) echo " \n"; + echo ""; break; case 4: # subject @@ -529,6 +531,7 @@ echo " \n"; elseif ($sort != -1) echo " \n"; + echo ""; break; case 6: # size -- 2.25.1