program/include/rcube_contacts.php
@@ -883,7 +883,7 @@ * @param string New name to set for this group * @return boolean New name on success, false if no data was changed */ function rename_group($gid, $newname) function rename_group($gid, $newname, &$new_gid) { // make sure we have a unique name $name = $this->unique_groupname($newname); @@ -937,7 +937,9 @@ $contact_id ); if (!$this->db->db_error) if ($this->db->db_error) $this->set_error(self::ERROR_SAVING, $this->db->db_error_msg); else $added++; }