Skip to content
Snippets Groups Projects
Commit f0c63b15 authored by Tim Steiner's avatar Tim Steiner
Browse files

Delay display of the January Report until the end of the month

parent 5a6a5225
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
$year = 2007;
while ($year < $endYear
|| ($year == $endYear && $month < $endMonth)
|| ($year == $endYear && $month == $endMonth && $endDay > 15)) {
|| ($year == $endYear && $month == $endMonth && $month != 1 && $endDay > 15)) {
?>
<li>
<a href="/Reports/ApprovedCourses/<?php echo $year; ?>/<?php echo $month; ?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment