From 5fac27589d53e2a532b863790b12fc240d47e818 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 9 Jul 2002 10:23:46 +0000 Subject: [PATCH] deleted html output git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3078 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_search.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/functions/imap_search.php b/functions/imap_search.php index 1a2d9008..6e6d54ee 100644 --- a/functions/imap_search.php +++ b/functions/imap_search.php @@ -78,10 +78,7 @@ function sqimap_search($imapConnection, $search_where, $search_what, $mailbox, /* If nothing is found * SEARCH should be the first error else echo errors */ if (isset($errors)) { if (strstr($errors,'* SEARCH')) { - if ($search_all != 'all') { - echo '
' . _("No Messages Found") . '
'; - } - return; + return array(); } echo ""; } -- 2.25.1