mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Move roundUpToNearestMultiple function used in multiple files to functions.php
This commit is contained in:
@@ -10,12 +10,6 @@ if ($_SESSION['user_role'] != 3) { ?>
|
||||
exit();
|
||||
}
|
||||
|
||||
|
||||
function roundUpToNearestMultiple($n, $increment = 1000)
|
||||
{
|
||||
return (int) ($increment * ceil($n / $increment));
|
||||
}
|
||||
|
||||
if (isset($_GET['year'])) {
|
||||
$year = intval($_GET['year']);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user