@@ -19,17 +19,17 @@ |
||
| 19 | 19 | global $smarty; |
| 20 | 20 | |
| 21 | 21 | // this is horrible. |
| 22 | - // yes, there is business logic in the templates |
|
| 23 | - // yes, there was some there before |
|
| 24 | - // yes, I have just added to it. |
|
| 25 | - // |
|
| 26 | - // I'm sorry. |
|
| 27 | - // |
|
| 28 | - // newinternal will fix this. |
|
| 29 | - $date = new DateTime(); |
|
| 30 | - $date->modify("-90 days"); |
|
| 22 | + // yes, there is business logic in the templates |
|
| 23 | + // yes, there was some there before |
|
| 24 | + // yes, I have just added to it. |
|
| 25 | + // |
|
| 26 | + // I'm sorry. |
|
| 27 | + // |
|
| 28 | + // newinternal will fix this. |
|
| 29 | + $date = new DateTime(); |
|
| 30 | + $date->modify("-90 days"); |
|
| 31 | 31 | |
| 32 | - $smarty->assign('datelimit', $date); |
|
| 32 | + $smarty->assign('datelimit', $date); |
|
| 33 | 33 | |
| 34 | 34 | $showImmune = false; |
| 35 | 35 | if (isset($_GET['showimmune'])) { |