Recent news now 30 days instead of 60
This commit is contained in:
@@ -124,9 +124,9 @@ QUERY
|
||||
'type' => $category == self::$NEWS_CATEGORY ? 'nieuws'
|
||||
: ($category == self::$CALENDAR_CATEGORY ? 'agenda'
|
||||
: ( "" ) ),
|
||||
'interval' => $category == self::$NEWS_CATEGORY ? 60
|
||||
'interval' => $category == self::$NEWS_CATEGORY ? 30
|
||||
: ($category == self::$CALENDAR_CATEGORY ? 0
|
||||
: 60 ),
|
||||
: 30 ),
|
||||
'category' => $category,
|
||||
'count' => $count
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user