6.0.0-beta1
7/9/25

[#9320] Wrong variable used in Nag_Driver_Sql
Summary Wrong variable used in Nag_Driver_Sql
Queue Nag
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester hordetest (at) trash-mail (dot) com
Created 10/19/2010 (5377 days ago)
Due
Updated 10/21/2010 (5375 days ago)
Assigned
Resolved 10/21/2010 (5375 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/21/2010 05:38:27 AM Chuck Hagenbuch Comment #4
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Fixed, thanks!
10/19/2010 04:56:38 PM hordetest (at) trash-mail (dot) com Comment #2 Reply to this comment
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);

10/19/2010 04:56:05 PM hordetest (at) trash-mail (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Wrong variable used in Nag_Driver_Sql
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Location: [ Horde Git ] / nag / lib / Driver / Sql.php
77            $result = $this->_db->selectOne($query, $values);
replace with
77            $ow = $this->_db->selectOne($query, $values);

Saved Queries