projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1de0dc7
)
Fix log level name.
author
Jan Schneider
<jan@horde.org>
Tue, 19 Oct 2010 19:34:17 +0000
(21:34 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 20 Oct 2010 15:13:13 +0000
(17:13 +0200)
whups/lib/Driver/sql.php
patch
|
blob
|
history
diff --git
a/whups/lib/Driver/sql.php
b/whups/lib/Driver/sql.php
index
2f0e951
..
4fed623
100644
(file)
--- a/
whups/lib/Driver/sql.php
+++ b/
whups/lib/Driver/sql.php
@@
-2313,7
+2313,7
@@
class Whups_Driver_sql extends Whups_Driver {
$values = array($ticket);
Horde::logMessage(
sprintf('Whups_Driver_sql::getListeners(): query="%s"; values="%s"',
- $query, implode(',', $values)),
'
DEBUG');
+ $query, implode(',', $values)),
'
DEBUG');
$users = $this->_db->getCol($query, 0, $values);
if (is_a($users, 'PEAR_Error')) {
Horde::logMessage($users, 'ERR');