mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-11694-15885-perdida-visibilidad-modulos-por-timeticks' into 'develop'
Ent 11694 15885 perdida visibilidad modulos por timeticks See merge request artica/pandorafms!6214
This commit is contained in:
commit
246b4f9765
@ -324,7 +324,7 @@ function human_milliseconds_to_string($seconds)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// get the seconds
|
// get the seconds
|
||||||
$seconds = (intval($seconds / 100) % 60);
|
$seconds = ((intval($seconds) / 100) % 60);
|
||||||
if ($seconds > 0) {
|
if ($seconds > 0) {
|
||||||
$ret .= "$seconds seconds";
|
$ret .= "$seconds seconds";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user