projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c5a5c
)
Fix variable name - no tasks were viewable or editable
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 23 Aug 2010 01:54:48 +0000
(21:54 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 23 Aug 2010 01:54:48 +0000
(21:54 -0400)
nag/lib/Driver/Sql.php
patch
|
blob
|
history
diff --git
a/nag/lib/Driver/Sql.php
b/nag/lib/Driver/Sql.php
index
8d000f3
..
c5715a6
100644
(file)
--- a/
nag/lib/Driver/Sql.php
+++ b/
nag/lib/Driver/Sql.php
@@
-46,7
+46,7
@@
class Nag_Driver_Sql extends Nag_Driver {
$values = array($taskId);
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());
}