Fix linting
This commit is contained in:
parent
5b17a7dbd7
commit
1614145b18
262 changed files with 45324 additions and 42695 deletions
|
|
@ -20,11 +20,9 @@
|
|||
*/
|
||||
function smarty_modifier_countdown($timer)
|
||||
{
|
||||
if ($timer > 3600)
|
||||
if ($timer > 3600) {
|
||||
return intVal($timer/3600) . ":" . intVal(($timer%3600)/60) . ":" . ($timer%3600)%60;
|
||||
else
|
||||
} else {
|
||||
return intVal($timer/60) . ":" . $timer%60;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue