]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
No more hasty commits--Fixing a var_dump() left in.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 8 Nov 2009 00:13:00 +0000 (00:13 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 8 Nov 2009 00:13:00 +0000 (00:13 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3638 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/search/search_hooks.php

index 89e7ecce085c11c0495ac3cdf40b5bc0cdd2e3dd..07b9aa37f69341d8a4aa6594ba5afebadd431e67 100644 (file)
@@ -30,7 +30,7 @@ function search_objects_hook($hook, $type, $value, $params) {
 
        //@todo allow sorting by recent time
        $params['order_by'] = NULL;
-var_dump($params);
+
        $entities = elgg_get_entities($params);
        $params['count'] = TRUE;
        $count = elgg_get_entities($params);