From 02453c52eed2ce854acda51d3ff0850eeb75858f Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 2 Dec 2013 13:28:25 -0500 Subject: [PATCH] Copy/paste error Was setting cc_show_days twice --- airtime_mvc/application/services/ShowService.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/airtime_mvc/application/services/ShowService.php b/airtime_mvc/application/services/ShowService.php index b2bb071a2..32b018f6a 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -108,12 +108,6 @@ class Application_Service_ShowService */ $this->setCcShowDays($showData); - /* - * Set the new cc_show_day record - * Associates it with the current show_id and sets it to non-repeating - */ - $this->setCcShowDays($showData); - // DO WE NEED THIS? $this->setCcShowHosts($showData); @@ -1438,7 +1432,6 @@ SQL; if ($showData['add_show_repeats'] && $showData['add_show_repeat_type'] == 2) { if ($this->isUpdate) { - //Logging::info(CcShowDaysQuery::create()->find()); $showDay = CcShowDaysQuery::create() ->filterByDbShowId($showId) ->filterByDbRepeatType($showData['add_show_repeat_type'])