@@ -67,7 +67,7 @@ |
||
| 67 | 67 | </tr> |
| 68 | 68 | |
| 69 | 69 | <?php // Loop through all of the results from the dataset ?> |
| 70 | - <?php foreach($results as $row) { ?> |
|
| 70 | + <?php foreach ($results as $row) { ?> |
|
| 71 | 71 | <tr> |
| 72 | 72 | <?php $timestamp = new DateTime($row["event_clearance_date"]); ?> |
| 73 | 73 | <td><?= $timestamp->format('Y-m-d h:ia') ?></td> |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | /** |
| 21 | 21 | * The ascending clause Socrata expects |
| 22 | 22 | */ |
| 23 | - const ASC = 'ASC'; |
|
| 23 | + const ASC = 'ASC'; |
|
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * The descending clause Socrata expects |