1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-02 12:50:52 +02:00
ttrss/classes/pref
Andrew Dolgov a230bf88a9 move to Article:
+       static function purge_orphans($do_output = false) {

move to Feeds

+       static function getGlobalUnread($user_id = false) {
+       static function getCategoryTitle($cat_id) {
+       static function getLabelUnread($label_id, $owner_uid = false) {
2017-05-04 15:00:21 +03:00
..
feeds.php move to Article: 2017-05-04 15:00:21 +03:00
filters.php move to Article: 2017-05-04 15:00:21 +03:00
labels.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
prefs.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
system.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
users.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00