Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
d18acfdc75
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue