From 0a274719cddf5fd2cc26804fb51fdd28a1bcabe0 Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 31 Jan 2010 23:50:21 +0000 Subject: Deprecated old search functions and views. git-svn-id: http://code.elgg.org/elgg/trunk@3872 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 59dc65658..2519400d6 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -3576,8 +3576,6 @@ function entities_init() { register_plugin_hook('permissions_check:metadata','all','recursive_delete_permissions_check'); register_plugin_hook('gc','system','entities_gc'); - - register_plugin_hook('search','all','search_list_entities_by_name'); } /** Register the import hook */ @@ -3593,4 +3591,4 @@ register_plugin_hook('volatile', 'metadata', 'volatile_data_export_plugin_hook') register_plugin_hook('entity:icon:url', 'all', 'default_entity_icon_hook', 1000); /** Register init system event **/ -register_elgg_event_handler('init','system','entities_init'); \ No newline at end of file +register_elgg_event_handler('init','system','entities_init'); -- cgit v1.2.3