projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f7592
)
MFB: variable name typo
author
Jan Schneider
<jan@horde.org>
Fri, 6 Mar 2009 18:22:00 +0000
(19:22 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 10 Mar 2009 13:58:42 +0000
(14:58 +0100)
kronolith/lib/Driver/Sql.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Sql.php
b/kronolith/lib/Driver/Sql.php
index
bbb4879
..
44f7ec3
100644
(file)
--- a/
kronolith/lib/Driver/Sql.php
+++ b/
kronolith/lib/Driver/Sql.php
@@
-203,7
+203,7
@@
class Kronolith_Driver_Sql extends Kronolith_Driver
$event = $this->_db->getRow($query, $values, DB_FETCHMODE_ASSOC);
if (is_a($event, 'PEAR_Error')) {
- Horde::logMessage($
resul
t, __FILE__, __LINE__, PEAR_LOG_ERR);
+ Horde::logMessage($
even
t, __FILE__, __LINE__, PEAR_LOG_ERR);
return $event;
}