alecpl
2010-04-01 600981d1d35f05c1c175ada25adedb0233542806
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)
  {