CC-1770 clear the days chosen if the show doesn't repeat.

This commit is contained in:
naomiaro 2011-02-05 23:42:57 -05:00
parent 0d300122b8
commit aef4654a3f
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ class Show {
$endDate = $r->fetchColumn(0);
}
if(!isset($data['add_show_day_check'])) {
//only want the day of the week from the start date.
if(!$data['add_show_repeats']) {
$data['add_show_day_check'] = array($startDow);
}