[Tickets #9320] Re: Wrong variable used in Nag_Driver_Sql

bugs at horde.org bugs at horde.org
Tue Oct 19 16:56:38 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9320
------------------------------------------------------------------------------
  Ticket             | 9320
  Updated 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);
77  $row = $this->_db->selectOne($query, $values);







More information about the bugs mailing list