CC-3479: Calendar->Drag and Drop show has some inconsistencies with hours

- fixed
This commit is contained in:
James 2012-04-18 14:00:40 -04:00
parent 000f7d549c
commit 897b61b357
1 changed files with 2 additions and 2 deletions

View File

@ -1687,8 +1687,8 @@ class Application_Model_Show {
$showDay = CcShowDaysQuery::create()
->filterByDbShowId($this->_showId)
->findOne();
$showDay->setDbFirstShow($dt)
$showDay->setDbFirstShow($dt)->setDbStartTime($dt)
->save();
Logging::log("setting show's first show.");