projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
838a47f
)
output the values in the log too
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 11 Apr 2010 15:20:23 +0000
(11:20 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 11 Apr 2010 15:20:23 +0000
(11:20 -0400)
nag/lib/Driver/Sql.php
patch
|
blob
|
history
diff --git
a/nag/lib/Driver/Sql.php
b/nag/lib/Driver/Sql.php
index
2fd9c21
..
628fef6
100644
(file)
--- a/
nag/lib/Driver/Sql.php
+++ b/
nag/lib/Driver/Sql.php
@@
-79,7
+79,7
@@
class Nag_Driver_Sql extends Nag_Driver {
$values = array($this->_tasklist, $taskId);
/* Log the query at a DEBUG log level. */
- Horde::logMessage(sprintf('Nag_Driver_Sql::get(): %s
', $query
), 'DEBUG');
+ Horde::logMessage(sprintf('Nag_Driver_Sql::get(): %s
VALUES: %s', $query, print_r($values, true)
), 'DEBUG');
/* Execute the query. */
$result = $this->_db->query($query, $values);