mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Fixes #835 and brings Pages search routine up to v2.x standards.
This commit is contained in:
@@ -34,11 +34,13 @@ $query = explode('.', e_QUERY);
|
||||
|
||||
$search_prefs = $sysprefs -> getArray('search_prefs');
|
||||
|
||||
//$search_handlers['news'] = ADLAN_0;
|
||||
|
||||
|
||||
//$search_handlers['news'] = ADLAN_0; // Moved to Plugin
|
||||
$search_handlers['comments'] = ADLAN_114;
|
||||
$search_handlers['users'] = SEALAN_7;
|
||||
//$search_handlers['downloads'] = ADLAN_24;
|
||||
$search_handlers['pages'] = SEALAN_39;
|
||||
//$search_handlers['downloads'] = ADLAN_24; // Moved to Plugin
|
||||
// $search_handlers['pages'] = SEALAN_39; // Moved to Plugin
|
||||
|
||||
|
||||
foreach($pref['e_search_list'] as $file)
|
||||
|
Reference in New Issue
Block a user