From 2c89a43286dae55d92a4eee1bf20bb054e2caf84 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 Nov 2015 02:49:29 +0100 Subject: [PATCH] Test --- include/api.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/api.php b/include/api.php index 2fd7d6d45a..63d6a17464 100644 --- a/include/api.php +++ b/include/api.php @@ -2979,6 +2979,10 @@ function api_best_nickname(&$contacts) { $contacts = array($contacts[0]); } + function api_users_groups_show() { + } + api_register_func('api/users/groups_show', 'api_users_groups_show', true); + /* To.Do: