1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 04:59:15 +00:00
Files
tt-rss/include
Andrew Dolgov aeb1abedb2 move a bunch of functions into Feeds/Article namespaces
+       static function catchupArticlesById($ids, $cmode, $owner_uid = false) {
+       static function getLastArticleId() {
+       static function queryFeedHeadlines($params) {
+       static function getParentCategories($cat, $owner_uid) {
+       static function getChildCategories($cat, $owner_uid) {

move the rest of functions2.php back to functions.php as it is of more manageable size, remove the former
2017-05-04 15:13:02 +03:00
..
2017-05-04 14:50:56 +03:00
2017-05-04 14:26:44 +03:00
2017-04-26 20:24:18 +03:00
2015-08-12 16:58:06 +03:00
2017-05-04 15:00:21 +03:00
2015-12-01 10:11:40 +03:00