[Tickets #9320] Wrong variable used in Nag_Driver_Sql
bugs at horde.org
bugs at horde.org
Tue Oct 19 16:56:05 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9320
------------------------------------------------------------------------------
Ticket | 9320
Created By | hordetest at trash-mail.com
Summary | Wrong variable used in Nag_Driver_Sql
Queue | Nag
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
hordetest at trash-mail.com (2010-10-19 12:56) wrote:
Location: [ Horde Git ] / nag / lib / Driver / Sql.php
77 $result = $this->_db->selectOne($query, $values);
replace with
77 $ow = $this->_db->selectOne($query, $values);
More information about the bugs
mailing list