CC-4647: apache error log entries
- fixed
This commit is contained in:
parent
aea21a801b
commit
5061dfa05d
1 changed files with 2 additions and 1 deletions
|
@ -308,10 +308,11 @@ SQL;
|
|||
$length = $value." ".$modifier;
|
||||
} else {
|
||||
$hour = "00";
|
||||
$mins = "00";
|
||||
if ($modifier == "minutes") {
|
||||
if ($value >59) {
|
||||
$hour = intval($value/60);
|
||||
$value = $value%60;
|
||||
$mins = $value%60;
|
||||
|
||||
}
|
||||
} elseif ($modifier == "hours") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue