From 719004142b57009e34dd5c75aa9ea73287189fe1 Mon Sep 17 00:00:00 2001 From: Greg Froese Date: Mon, 19 Oct 2009 05:36:57 +0000 Subject: flickr integration changes --- start.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/start.php b/start.php index 466c14be8..54322d8c9 100644 --- a/start.php +++ b/start.php @@ -185,11 +185,9 @@ add_submenu_item( elgg_echo('tidypics:recentlycommented'), $CONFIG->wwwroot . 'pg/photos/recentlycommented', 'tidypics-z'); - if( get_loggedin_userid() == 9 ) { add_submenu_item( 'Flickr Integration', $CONFIG->wwwroot . 'mod/tidypics/pages/flickr/setup.php', 'tidypics-z'); - } } -- cgit v1.2.3