X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/dfa4d5337602a1de5910a95cf0cda85292049a11..4b8e9e4372b345d72eaaa5341dfbb0aa6d3a6970:/script.php diff --git a/script.php b/script.php index b455003..f66b71f 100644 --- a/script.php +++ b/script.php @@ -119,6 +119,9 @@ if (isset ($_FILES['file']) && is_writable (VAR_FILES) case 'month': $time += JIRAFEAU_MONTH; break; + case 'quarter': + $time += JIRAFEAU_QUARTER; + break; case 'year': $time += JIRAFEAU_YEAR; break; @@ -504,6 +507,9 @@ elseif (isset ($_GET['init_async'])) case 'month': $time += JIRAFEAU_MONTH; break; + case 'quarter': + $time += JIRAFEAU_QUARTER; + break; case 'year': $time += JIRAFEAU_YEAR; break;