aboutsummaryrefslogtreecommitdiff
path: root/src/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.php')
-rw-r--r--src/db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.php b/src/db.php
index 8ccda12..03858a7 100644
--- a/src/db.php
+++ b/src/db.php
@@ -192,7 +192,7 @@ function DBExecNonStop($conn,$sql,$txt='') {
//$txt eh um pequeno texto descrevendo o que esta sendo feito no sql
function DBExec($conn,$sql,$txt='') {
if($txt=='') $txt='unknown at '. getFunctionName();
- LOGLevel("DBExec: " . $sql, 3, false);
+// LOGLevel("DBExec: " . $sql, 3, false);
$result = DB_pg_exec ($conn, $sql);
if (!$result) {
LOGError("Unable to exec SQL in the database ($txt). " .