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

@ -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']."'>";