CC-5251 : clrf

This commit is contained in:
Naomi Aro 2013-06-24 11:15:09 -04:00
parent a680421281
commit 3858371b16
2 changed files with 7 additions and 7 deletions

View file

@ -201,8 +201,8 @@ class Application_Model_Scheduler
$data = $this->fileInfo;
$data["id"] = $id;
$cuein = Application_Common_DateHelper::playlistTimeToSeconds($file->getDbCuein());
$cueout = Application_Common_DateHelper::playlistTimeToSeconds($file->getDbCueout());
$cuein = Application_Common_DateHelper::playlistTimeToSeconds($file->getDbCuein());
$cueout = Application_Common_DateHelper::playlistTimeToSeconds($file->getDbCueout());
$row_length = Application_Common_DateHelper::secondsToPlaylistTime($cueout - $cuein);
$data["cliplength"] = $row_length;