1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:25:54 +00:00

add Pref_Users class

This commit is contained in:
Andrew Dolgov
2011-12-13 14:00:36 +04:00
parent cbe50c800d
commit 66665fba79
4 changed files with 499 additions and 543 deletions

View File

@@ -161,11 +161,6 @@
module_pref_filters($link);
break; // pref-filters
case "pref_users":
require_once "modules/pref-users.php";
module_pref_users($link);
break; // prefs-users
case "pref_instances":
require_once "modules/pref-instances.php";
module_pref_instances($link);