mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Issue #6 - LANs: Replace all references to "Comments" with LAN_COMMENTS
This commit is contained in:
@@ -37,7 +37,7 @@ $search_prefs = $sysprefs -> getArray('search_prefs');
|
||||
|
||||
|
||||
//$search_handlers['news'] = ADLAN_0; // Moved to Plugin
|
||||
$search_handlers['comments'] = ADLAN_114;
|
||||
$search_handlers['comments'] = LAN_COMMENTS;
|
||||
$search_handlers['users'] = SEALAN_7;
|
||||
//$search_handlers['downloads'] = ADLAN_24; // Moved to Plugin
|
||||
// $search_handlers['pages'] = SEALAN_39; // Moved to Plugin
|
||||
|
Reference in New Issue
Block a user