From b36bf0e97e8dfbf2dcd07d4173392a3dcfbc2df0 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 22 Oct 2009 18:20:10 +0000 Subject: Pulling in MITRE's search core. Fo'rizzle this time. Yo. git-svn-id: http://code.elgg.org/elgg/trunk@3572 36083f99-b078-4883-b0ff-0f9b5a30f544 --- search/users.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 search/users.php (limited to 'search/users.php') diff --git a/search/users.php b/search/users.php deleted file mode 100644 index 62296e7e7..000000000 --- a/search/users.php +++ /dev/null @@ -1,35 +0,0 @@ - $tag)); - $body .= list_user_search($tag); - //$body = elgg_view_layout('two_column_left_sidebar','',$body); -} else { - $title = elgg_echo('item:user'); - $body .= elgg_view_title($title); - $body .= list_entities('user'); -} - -$body = elgg_view_layout('two_column_left_sidebar','',$body); -page_draw($title,$body); \ No newline at end of file -- cgit v1.2.3