From f2929d02f6c52527a8ac26d520b2b558e1835a46 Mon Sep 17 00:00:00 2001 From: drigato Date: Fri, 15 Aug 2014 15:41:55 -0400 Subject: [PATCH] CC-5898: Future repeating shows may not get generated and/or filled with content Commented function --- airtime_mvc/application/models/Show.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/airtime_mvc/application/models/Show.php b/airtime_mvc/application/models/Show.php index cc1b572f0..61ebb8888 100644 --- a/airtime_mvc/application/models/Show.php +++ b/airtime_mvc/application/models/Show.php @@ -831,6 +831,16 @@ SQL; } + /** + * + * Creates show instances that are scheduled after the shows_populated_until + * value in cc_pref. If the show instances are linked their show content will + * get filled. + * + * This can occur when a user is viewing the next day/week/month in the + * calendar or when pypo is requesting the schedule after the shows_populated_until + * date and time. + */ public static function createAndFillShowInstancesPastPopulatedUntilDate($needScheduleUntil) { //UTC DateTime object