mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
function smarty_modifier_roundup($float)
|
||||
{
|
||||
return ceil((float)$float);
|
||||
}
|
||||
Reference in New Issue
Block a user