CC-3174 : showbuilder
testing newly returned times, fixing the secondsToPlaylistTime method to not drop subsecond precision for the calculations.
This commit is contained in:
parent
f651024a6e
commit
251f3a3e5b
6 changed files with 45 additions and 38 deletions
|
@ -627,8 +627,8 @@ class Application_Model_StoredFile {
|
|||
|
||||
$row['id'] = intval($row['id']);
|
||||
|
||||
$length = new DateTime($row['length']);
|
||||
$row['length'] = self::formatDuration($length);
|
||||
//$length = new DateTime($row['length']);
|
||||
//$row['length'] = self::formatDuration($length);
|
||||
|
||||
// add checkbox row
|
||||
$row['checkbox'] = "<input type='checkbox' name='cb_".$row['id']."'>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue