Reget the global since it seems we need it
authoralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Jul 2003 18:22:02 +0000 (18:22 +0000)
committeralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Jul 2003 18:22:02 +0000 (18:22 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5251 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/search.php

index ea4aa730dad5f5a3df16c7334ded94c2a035dfdc..0f06ee5d1fec9f24dd0da0361a071cd79a841f2c 100644 (file)
@@ -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');