From 1bcc2d793704bf43f6ecf9a01259e9cd6f6f8b2a Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 4 Mar 2011 01:26:36 +0000 Subject: updated the group actions - edit group needs more work git-svn-id: http://code.elgg.org/elgg/trunk@8573 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/featured.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 mod/groups/actions/featured.php (limited to 'mod/groups/actions/featured.php') diff --git a/mod/groups/actions/featured.php b/mod/groups/actions/featured.php deleted file mode 100644 index 72ca7eebd..000000000 --- a/mod/groups/actions/featured.php +++ /dev/null @@ -1,27 +0,0 @@ -featured_group = "yes"; - system_message(elgg_echo('groups:featuredon')); - } - - if ($action == "unfeature") { - $group->featured_group = "no"; - system_message(elgg_echo('groups:unfeatured')); - } -} - -forward(REFERER); -- cgit v1.2.3