]> git.wh0rd.org Git - tt-rss.git/commitdiff
comment labels block in backend.php
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Dec 2005 20:36:07 +0000 (21:36 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Dec 2005 20:36:07 +0000 (21:36 +0100)
backend.php

index 93199e43e2118eff2936e3ba07d1aece00c39d79..e9ecec31e50dc5a7b44cd09faab16f3df1dce6c1 100644 (file)
                }
        }
 
+       // 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) {