From d0dd72b5b5754d94288bf0fd395fa1b67116127c Mon Sep 17 00:00:00 2001 From: cigamit Date: Sun, 12 Sep 2004 03:54:16 +0000 Subject: [PATCH] Small bug fix - $targetmailbox was only being set when $_GET['mailbox'] was already set git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8056 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/search.php b/src/search.php index 9e050fd2..e08aa062 100644 --- a/src/search.php +++ b/src/search.php @@ -1030,6 +1030,7 @@ if (isset($_GET['mailbox'])) { } } else { $mailbox_array = array(); + $targetmailbox = array(); } $aMailboxGlobalPref = array( MBX_PREF_SORT => 0, -- 2.25.1