[Tickets #2749] RESOLVED: bugfix (and whitespace fixes) for lib/Horde/SessionHandler/pgsql.php
bugs@bugs.horde.org
bugs at bugs.horde.org
Fri Oct 14 20:30:49 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2749
-----------------------------------------------------------------------
Ticket | 2749
Updated By | cbs at cts.ucla.edu
Summary | bugfix (and whitespace fixes) for lib/Horde/SessionHandler/pgsql.php
Queue | Horde Framework Packages
Version | FRAMEWORK_3
State | Resolved
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
cbs at cts.ucla.edu (2005-10-14 20:30) wrote:
> Committed, thanks.
An extra BEGIN crept into my last diff. Line 106 currently reads
$query = sprintf('BEGIN; SELECT session_data FROM %s WHERE ' .
but should read
$query = sprintf('SELECT session_data FROM %s WHERE ' .
More information about the bugs
mailing list