mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
febc882e79
(cherry picked from commit a02262a)
5 lines
79 B
PHP
5 lines
79 B
PHP
<?php
|
|
function smarty_modifier_roundup($float)
|
|
{
|
|
return ceil((float)$float);
|
|
} |