diff --git a/www/includes/mysql.php b/www/includes/mysql.php index 1474431913..e982b94394 100644 --- a/www/includes/mysql.php +++ b/www/includes/mysql.php @@ -123,7 +123,7 @@ public function query($sql="", $params = NULL) { } twfy_debug ("SQL", $sql); - + twfy_debug ("SQL", print_r($params, 1)); if ($params !== NULL) { // Prepare and execute a statement