From ff7a4572ab0e91a3e18390c0a0f9706b36ee394b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 1 Sep 2009 01:26:02 +0000 Subject: moved tagging list to library and added group members --- views/default/tidypics/tagging.php | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'views/default/tidypics') diff --git a/views/default/tidypics/tagging.php b/views/default/tidypics/tagging.php index 5ba698d6d..ed33c4702 100644 --- a/views/default/tidypics/tagging.php +++ b/views/default/tidypics/tagging.php @@ -38,16 +38,7 @@ if ($viewer) { - tp_get_tag_list($viewer); - - $friends = get_entities_from_relationship('friend', $viewer->getGUID(), false, 'user', '', 0, 'time_created desc', 1000); - - if ($friends) { - foreach($friends as $friend) { - $friend_array[$friend->name] = $friend->getGUID(); - } - } - ksort($friend_array); + $people_list = tp_get_tag_list($viewer); $content = "
"; $content .= ""; @@ -58,8 +49,8 @@ $content .= "