From: Andrew Dolgov Date: Fri, 2 Dec 2005 20:36:07 +0000 (+0100) Subject: comment labels block in backend.php X-Git-Tag: 1.1~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=80dce858f245afdde58e8294459e1845684f4cec;p=tt-rss.git comment labels block in backend.php --- diff --git a/backend.php b/backend.php index 93199e43..e9ecec31 100644 --- a/backend.php +++ b/backend.php @@ -2201,6 +2201,10 @@ } } + // We need to accept raw SQL data in label queries, so not everything is escaped + // here, this is by design. If you don't like the whole idea, disable labels + // altogether with GLOBAL_ENABLE_LABELS = false + if ($op == "pref-labels") { if (!GLOBAL_ENABLE_LABELS) {