[Tickets #12554] Re: Failing to delete multiple contacts as requested by device

noreply at bugs.horde.org noreply at bugs.horde.org
Thu Aug 8 22:29:08 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12554
------------------------------------------------------------------------------
  Ticket             | 12554
  Updated By         | carlos.velasco at nimastelecom.com
  Summary            | Failing to delete multiple contacts as requested by
                     | device
  Queue              | Turba
  Version            | Git master
  Type               | Bug
  State              | Resolved
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Michael Rubinsky
------------------------------------------------------------------------------


carlos.velasco at nimastelecom.com (2013-08-08 22:29) wrote:

Mike, I am not sure this solves the problem.

I think the function deleteMessage in ActiveSync/Driver.php takes an array:

      * @param array $ids        The message ids to delete
     public function deleteMessage($folderid, array $ids)

And in this case, as it is a contact delete:

         case self::CONTACTS_FOLDER_UID:
             try {
                 $this->_connector->contacts_delete($ids);

But param in connector function is string, not array:

      * @param string $uid  The UID of the contact to remove
     public function contacts_delete($uid)






More information about the bugs mailing list