summaryrefslogtreecommitdiff
path: root/include/db.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-12 22:46:25 +0400
committerAndrew Dolgov <[email protected]>2011-12-12 22:46:25 +0400
commitf30ef1fa1bd76b497b5c0a64a92e2e0ef7116515 (patch)
tree59ed5f392c16d05ce3f86b5199b16f96ee40af1c /include/db.php
parentc9c4f6b7e3519accdae403346f79a5a03926c9f4 (diff)
subop -> method
Diffstat (limited to 'include/db.php')
-rw-r--r--include/db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.php b/include/db.php
index 0682b58f8..7a858ca70 100644
--- a/include/db.php
+++ b/include/db.php
@@ -53,7 +53,7 @@ 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"] .
+ // error_log($_SESSION["uid"] . ":" . $_REQUEST["op"] . "/" . $_REQUEST["method"] .
// " $query\n", 3, "/tmp/ttrss-query.log");
if (DB_TYPE == "pgsql") {