From 04adaac71b863e8b13303b945ac433b03644ed3f Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 31 Mar 2010 15:57:20 +0000 Subject: Complete address book interface class with group functions --- program/include/rcube_contacts.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'program/include/rcube_contacts.php') diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php index 2964cde49..070e00ffd 100644 --- a/program/include/rcube_contacts.php +++ b/program/include/rcube_contacts.php @@ -499,6 +499,7 @@ class rcube_contacts extends rcube_addressbook * * @param string Group identifier * @param array List of contact identifiers to be added + * @return int Number of contacts added */ function add_to_group($group_id, $ids) { @@ -534,6 +535,7 @@ class rcube_contacts extends rcube_addressbook * * @param string Group identifier * @param array List of contact identifiers to be removed + * @return int Number of deleted group members */ function remove_from_group($group_id, $ids) { -- cgit v1.2.3