alecpl
2010-04-01 44155cddc28d49e005f12320931d3c81b053f5e2
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)
  {