]> git.wh0rd.org Git - tt-rss.git/commitdiff
disable labels by default
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Sep 2005 08:00:47 +0000 (09:00 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Sep 2005 08:00:47 +0000 (09:00 +0100)
config.php-dist

index bb110fe7a6580f5bf8c070d394cc272b132b164b..a0940820eeebcbbebdf51de677e6752a37c19e4d 100644 (file)
@@ -25,7 +25,7 @@
        define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
        // enable "Mark as read/unread" buttons in preferences dialog
 
-       define(ENABLE_LABELS, true);
+       define(ENABLE_LABELS, false);
        // experimental support for virtual feeds or labels based on user
        // crafted SQL queries. This feature is highly experimental and
        // at this point not user friendly. Use with caution.