Explorar o código

Reget the global since it seems we need it

alex-brainstorm %!s(int64=22) %!d(string=hai) anos
pai
achega
8cd9912d91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/search.php

+ 1 - 1
src/search.php

@@ -611,7 +611,7 @@ global $allow_thread_sort;
 /* get globals we may need */
 /* get globals we may need */
 sqgetGlobalVar('username', $username, SQ_SESSION);
 sqgetGlobalVar('username', $username, SQ_SESSION);
 sqgetGlobalVar('key', $key, SQ_COOKIE);
 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? */
 /*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');
 $recent_prefkeys = array('asearch_recent_where', 'asearch_recent_mailbox', 'asearch_recent_what', 'asearch_recent_biop', 'asearch_recent_unop', 'asearch_recent_exclude');