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