From bfc5b989e6dacc11bc6f92029848444e10689e86 Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Tue, 8 Jul 2003 18:22:02 +0000 Subject: [PATCH] Reget the global since it seems we need it git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5251 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.php b/src/search.php index ea4aa730..0f06ee5d 100644 --- a/src/search.php +++ b/src/search.php @@ -611,7 +611,7 @@ global $allow_thread_sort; /* get globals we may need */ sqgetGlobalVar('username', $username, SQ_SESSION); sqgetGlobalVar('key', $key, SQ_COOKIE); -/*sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION);*/ /* do we really need this? */ +sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION); /* we really need this? */ /*sqgetGlobalVar('onetimepad', $onetimepad, SQ_SESSION);*/ /* do we really need this? */ $recent_prefkeys = array('asearch_recent_where', 'asearch_recent_mailbox', 'asearch_recent_what', 'asearch_recent_biop', 'asearch_recent_unop', 'asearch_recent_exclude'); -- 2.25.1