[Tickets #7701] Re: "DELETE FROM horde_cache" error
bugs at horde.org
bugs at horde.org
Thu Nov 20 06:55:18 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7701
------------------------------------------------------------------------------
Ticket | 7701
Updated By | Matt Selsky <selsky at columbia.edu>
Summary | "DELETE FROM horde_cache" error
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners | Horde Developers, Michael Slusarz
------------------------------------------------------------------------------
Matt Selsky <selsky at columbia.edu> (2008-11-20 01:55) wrote:
> $query = 'DELETE FROM ' . $this->_params['table']
> . ' WHERE cache_expiration < ? AND cache_expiration != 0';
Try switching "!=" to "<>". The '!' might be confusing the prepare()
function since '!' is a valid placeholder.
More information about the bugs
mailing list