[Tickets #5498] Re: address autocompletion doesn't work
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Jun 25 08:27:51 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5498
-----------------------------------------------------------------------
Ticket | 5498
Updated By | adrieder at sbox.tugraz.at
Summary | address autocompletion doesn't work
Queue | DIMP
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2007-06-25 01:27) wrote:
This patch fixes the problem:
--- dimple.php.orig Mon Jun 25 10:26:53 2007
+++ dimple.php Mon Jun 25 10:25:39 2007
@@ -14,6 +14,7 @@
@define('AUTH_HANDLER', true);
@define('DIMP_BASE', dirname(__FILE__));
require_once DIMP_BASE . '/lib/base.php';
+require_once DIMP_BASE . '/lib/Dimple.php';
if (empty($_SERVER['PATH_INFO'])) {
IMP::sendHTTPResponse(new stdClass(), 'json');
More information about the bugs
mailing list