CC-3174 : showbuilder

testing newly returned times, fixing the secondsToPlaylistTime method
to not drop subsecond precision for the calculations.
This commit is contained in:
Naomi Aro 2012-02-07 14:58:16 +01:00
parent f651024a6e
commit 251f3a3e5b
6 changed files with 45 additions and 38 deletions

View file

@ -15,7 +15,7 @@ class CcFiles extends BaseCcFiles {
public function getDbLength($format = "H:i:s.u")
{
return parent::getDbCliplength($format);
return parent::getDbLength($format);
}
public function setDbLength($v)