This is configuration option documented in config/config_default.php
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Jun 2004 11:14:34 +0000 (11:14 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Jun 2004 11:14:34 +0000 (11:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7611 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/search.php

index 75fd28a1704c64fa3ce0b119e6d0db339b9c9fdd..c21964725de077a8697d35832519db237c8c5730 100644 (file)
@@ -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);