From 074dc8fda6f634cc8c024a913d8033600b336b3a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 23 Oct 2012 09:04:43 +0000 Subject: initial commit. --- actions/leave_groupchat.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 actions/leave_groupchat.php (limited to 'actions/leave_groupchat.php') diff --git a/actions/leave_groupchat.php b/actions/leave_groupchat.php new file mode 100644 index 000000000..079ad4898 --- /dev/null +++ b/actions/leave_groupchat.php @@ -0,0 +1,12 @@ +guid, 'groupchat', $group->guid)) + remove_entity_relationship($user->guid, 'groupchat', $group->guid); +} +error_log("leave ok"); +echo "OK"; +?> -- cgit v1.2.3