Files
newznab-tmux/libs/smarty/plugins/modifier.roundup.php
T
DariusIII febc882e79 Properly update to smarty 3.1.27.
(cherry picked from commit a02262a)
2015-06-24 00:59:56 +02:00

5 lines
79 B
PHP

<?php
function smarty_modifier_roundup($float)
{
return ceil((float)$float);
}