CC-84: Smart Playlists

- fixed bug on expanding block
- fixed text bug
This commit is contained in:
James 2012-08-02 17:02:24 -04:00
parent 028e089c82
commit af939469d3
2 changed files with 5 additions and 2 deletions

View file

@ -279,7 +279,7 @@ EOT;
if ($modifier == "minutes") {
$length = "00:".$value.":00";
} else if ($modifier == "hours") {
$length = $value."00:00";
$length = $value.":00:00";
}
}
return $length;