comment labels block in backend.php

This commit is contained in:
Andrew Dolgov 2005-12-02 21:36:07 +01:00
parent 65cd0f74bc
commit 80dce858f2
1 changed files with 4 additions and 0 deletions

View File

@ -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) {