diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2011-10-05 14:06:07 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2011-10-05 14:06:07 +0200 |
commit | e31ddb848d0aa949d8ca737c0acd92abce004ece (patch) | |
tree | db87c0a745fa1e1b610244a6234a2f284939cd0a /actions/remove_from_group.php | |
parent | 812aaa3d110a83a571b2ecc9cc5b1448a3c616fe (diff) | |
download | elgg-e31ddb848d0aa949d8ca737c0acd92abce004ece.tar.gz elgg-e31ddb848d0aa949d8ca737c0acd92abce004ece.tar.bz2 |
removed old actions and an outdated settings comment
Diffstat (limited to 'actions/remove_from_group.php')
-rw-r--r-- | actions/remove_from_group.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/actions/remove_from_group.php b/actions/remove_from_group.php deleted file mode 100644 index 4a7185245..000000000 --- a/actions/remove_from_group.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php -$event_id = get_input("event_id",0); -$group_id = get_input("group_id",0); -$event = get_entity($event_id); -remove_entity_relationship($event_id, "display_on_group", $group_id ); -system_message(elgg_echo('event_calendar:remove_from_group:success')); -forward($event->getUrl()); -?>
\ No newline at end of file |