From 3b2f7bbc63fa354d4370468e9eddeccba2d4553d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 30 Oct 2017 08:09:42 -0400 Subject: [PATCH] update id for resort township --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 65d635c..d14a621 100644 --- a/index.php +++ b/index.php @@ -111,10 +111,10 @@ $projectArray = array( ), array( - 'id' => 4166, + 'id' => 4167, 'name' => 'Resort Township', 'sName' => 'township', - 'data' => getProjectTaskById(4166, $dbh) + 'data' => getProjectTaskById(4167, $dbh) ), array( 'id' => 4074, -- 2.17.1