Override this even though it's not implemented. It's needed to prevent fatals when...
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 7 Apr 2010 20:21:29 +0000 (16:21 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 8 Apr 2010 00:12:04 +0000 (20:12 -0400)
Some devices send SEARCH requests when adding attendees to an event, this prevents those requests from
killing the server.

framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php

index 2a6be12..ccceb8e 100644 (file)
@@ -435,6 +435,19 @@ class Horde_ActiveSync_Driver_Horde extends Horde_ActiveSync_Driver_Base
     }
 
     /**
+     * Returns array of items which contain contact information
+     *
+     * @param string $searchquery
+     *
+     * @return array
+     */
+    public function getSearchResults($searchquery)
+    {
+        $this->_logger->err('getSearchResults not yet implemented');
+        return array();
+    }
+
+    /**
      *
      * @param string $folderid  The folder id
      * @param string $id        The message id