From 215c35073676dae2e88d09980033527f4a28c73c Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 7 Jun 2004 11:14:34 +0000 Subject: [PATCH] This is configuration option documented in config/config_default.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7611 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/search.php b/src/search.php index 75fd28a1..c2196472 100644 --- a/src/search.php +++ b/src/search.php @@ -968,7 +968,6 @@ $search_memory = getPref($data_dir, $username, 'search_memory', 0); * - 1 => allow advanced interface only * - 2 => allow both * Default 2 -* @global integer $allow_advanced_search */ $allow_advanced_search = asearch_nz($allow_advanced_search, 2); -- 2.25.1