From 0f98f79a128f2641c6928e49fa0564a3045bf363 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 29 Jan 2010 20:15:30 +0000 Subject: Removed unneeded owner block icons from admin. git-svn-id: http://code.elgg.org/elgg/trunk@3858 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/logbrowser/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mod/logbrowser/index.php') diff --git a/mod/logbrowser/index.php b/mod/logbrowser/index.php index 18a15bfa4..d3901726c 100644 --- a/mod/logbrowser/index.php +++ b/mod/logbrowser/index.php @@ -13,9 +13,6 @@ admin_gatekeeper(); set_context('admin'); - // Set admin user for user block - set_page_owner($_SESSION['guid']); - $limit = get_input('limit', 40); $offset = get_input('offset'); @@ -63,4 +60,4 @@ // Display main admin menu page_draw(elgg_echo('logbrowser'),elgg_view_layout("two_column_left_sidebar", '', $title . $form . $result)); -?> \ No newline at end of file +?> -- cgit v1.2.3