projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea74337
)
Log the values here also
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 6 Oct 2010 19:45:11 +0000
(15:45 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 6 Oct 2010 19:45:30 +0000
(15:45 -0400)
turba/lib/Driver/Sql.php
patch
|
blob
|
history
diff --git
a/turba/lib/Driver/Sql.php
b/turba/lib/Driver/Sql.php
index
72bdd15
..
136bf19
100644
(file)
--- a/
turba/lib/Driver/Sql.php
+++ b/
turba/lib/Driver/Sql.php
@@
-357,7
+357,7
@@
class Turba_Driver_Sql extends Turba_Driver
. $this->_params['table'] . ' WHERE ' . $where;
/* Log the query at a DEBUG log level. */
- Horde::logMessage('SQL query by Turba_Driver_sql::_read(): ' . $query, 'DEBUG');
+ Horde::logMessage('SQL query by Turba_Driver_sql::_read(): ' . $query
. 'Values: ' . print_r($values, true)
, 'DEBUG');
$result = $this->_db->getAll($query, $values);
if ($result instanceof PEAR_Error) {