Copy/paste error

Was setting cc_show_days twice
This commit is contained in:
drigato 2013-12-02 13:28:25 -05:00
parent d967e36c45
commit bc695e69d1
1 changed files with 0 additions and 7 deletions

View File

@ -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'])