Merge branch '2.2.x' into 2.2.x-saas

This commit is contained in:
James 2012-11-08 17:27:51 -05:00
commit f657ee4f20
2 changed files with 7 additions and 2 deletions

View file

@ -687,7 +687,7 @@ SQL;
'end' => $end,
'show_name' => $item["show_name"],
'replay_gain' => is_null($item["replay_gain"]) ? "0": $item["replay_gain"],
'independent_event' => true
'independent_event' => false
);
self::appendScheduleItem($data, $start, $schedule_item);
}