1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:15:55 +00:00

add pref_labels class

This commit is contained in:
Andrew Dolgov
2011-12-13 13:34:43 +04:00
parent c4c5cca12d
commit cbe50c800d
4 changed files with 331 additions and 362 deletions

View File

@@ -161,11 +161,6 @@
module_pref_filters($link);
break; // pref-filters
case "pref_labels":
require_once "modules/pref-labels.php";
module_pref_labels($link);
break; // pref-labels
case "pref_users":
require_once "modules/pref-users.php";
module_pref_users($link);