summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-02 21:36:07 +0100
committerAndrew Dolgov <[email protected]>2005-12-02 21:36:07 +0100
commit80dce858f245afdde58e8294459e1845684f4cec (patch)
tree5fd5b5f2b10b36d656abc992703fdebc6906df4c /backend.php
parent65cd0f74bcc3029cbe3ebaf088b03e27ba95eb61 (diff)
comment labels block in backend.php
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 93199e43e..e9ecec31e 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) {