--- a/displayAmendments.php +++ b/displayAmendments.php @@ -2,7 +2,7 @@ include_once ("./lib/common.inc.php"); if ($year == "") { - $year = 2015; + $year = 2016; $yearQ = 'extract(year from "contractStart") = ' . $year . " AND "; }