summaryrefslogtreecommitdiff
path: root/db.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-11 13:09:11 +0400
committerAndrew Dolgov <[email protected]>2011-11-11 13:09:11 +0400
commit68c48b7d48b3d31139bb2bcd0c005635f0d023e6 (patch)
tree475d4f867e2e726f3325bd90210be3b9cc689ac1 /db.php
parentc0644ee424ead2e1c145ed8756738d4bd8d359d4 (diff)
db: disable qlog
Diffstat (limited to 'db.php')
-rw-r--r--db.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/db.php b/db.php
index e886e51af..0682b58f8 100644
--- a/db.php
+++ b/db.php
@@ -52,9 +52,9 @@ function db_escape_string($s, $strip_tags = true) {
}
function db_query($link, $query, $die_on_error = true) {
- if ($_REQUEST["qlog"])
- error_log($_SESSION["uid"] . ":" . $_REQUEST["op"] . "/" . $_REQUEST["subop"] .
- " $query\n", 3, "/tmp/ttrss-query.log");
+ //if ($_REQUEST["qlog"])
+ // error_log($_SESSION["uid"] . ":" . $_REQUEST["op"] . "/" . $_REQUEST["subop"] .
+ // " $query\n", 3, "/tmp/ttrss-query.log");
if (DB_TYPE == "pgsql") {
$result = pg_query($link, $query);