CC-3174 : showbuilder

adding cue/fade columns to table

fixing schedule fade out
putting default fade between files not in a playlist.
This commit is contained in:
Naomi Aro 2012-02-27 21:29:02 +01:00
parent 6ecf2f94b0
commit 43d67c921d
6 changed files with 27 additions and 5 deletions

View file

@ -176,7 +176,7 @@ class CcSchedule extends BaseCcSchedule {
}
}
$this->fadeIout = $dt->format('H:i:s.u');
$this->fade_out = $dt->format('H:i:s.u');
$this->modifiedColumns[] = CcSchedulePeer::FADE_OUT;
return $this;