[Tickets #6136] SQL Error
bugs at horde.org
bugs at horde.org
Wed Jan 23 14:39:27 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6136
-----------------------------------------------------------------------
Ticket | 6136
Created By | f.rust at tu-bs.de
Summary | SQL Error
Queue | Turba
Version | 2.2-RC1
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
f.rust at tu-bs.de (2008-01-23 09:39) wrote:
Wrong SQL detected:
turba/lib/Driver/sql.php:508:
$where = array('sql' => $bday . ' IS NOT NULL AND SUBSTR(' . $bday
should be:
$where = array('sql' => $bday . ' IS NOT NULL AND SUBSTRING(' . $bday
More information about the bugs
mailing list