thomascube
2010-03-31 04adaac71b863e8b13303b945ac433b03644ed3f
program/include/rcube_contacts.php
@@ -499,6 +499,7 @@
   *
   * @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 @@
   *
   * @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)
  {