Small bug fix - $targetmailbox was only being set when $_GET['mailbox'] was already set
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 12 Sep 2004 03:54:16 +0000 (03:54 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 12 Sep 2004 03:54:16 +0000 (03:54 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8056 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/search.php

index 9e050fd287377cec4f86baafa120448431bd2043..e08aa0628378e5d44896824d2f01ee571c45cdde 100644 (file)
@@ -1030,6 +1030,7 @@ if (isset($_GET['mailbox'])) {
     }
 } else {
     $mailbox_array = array();
+    $targetmailbox = array();
 }
 $aMailboxGlobalPref = array(
                        MBX_PREF_SORT         => 0,