From: Michael J. Rubinsky Date: Wed, 7 Apr 2010 20:21:29 +0000 (-0400) Subject: Override this even though it's not implemented. It's needed to prevent fatals when... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d56fd7d37e2f2eb2a41cb96586d0ba331d5fdc15;p=horde.git Override this even though it's not implemented. It's needed to prevent fatals when searching. Some devices send SEARCH requests when adding attendees to an event, this prevents those requests from killing the server. --- diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php b/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php index 2a6be1205..ccceb8ead 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php @@ -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