Browse Source

This is configuration option documented in config/config_default.php

tokul 21 years ago
parent
commit
012f2ab5d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/search.php

+ 0 - 1
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);