projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a53159
)
Bug #9320: Fix variable name
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 21 Oct 2010 05:37:15 +0000
(
01:37
-0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 21 Oct 2010 05:37:15 +0000
(
01:37
-0400)
nag/lib/Driver/Sql.php
patch
|
blob
|
history
diff --git
a/nag/lib/Driver/Sql.php
b/nag/lib/Driver/Sql.php
index
3e0a563
..
8dfcae1
100644
(file)
--- a/
nag/lib/Driver/Sql.php
+++ b/
nag/lib/Driver/Sql.php
@@
-74,7
+74,7
@@
class Nag_Driver_Sql extends Nag_Driver {
$values = array($uid);
try {
- $r
esult
= $this->_db->selectOne($query, $values);
+ $r
ow
= $this->_db->selectOne($query, $values);
} catch (Horde_Db_Exception $e) {
return PEAR::raiseError($e->getMessage());
}