From 70d92e62ce8015e8edfcb962fe1f235a4cebae1e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 18 Sep 2018 08:14:30 -0400 Subject: [PATCH] update to add charem --- index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 5aa0a66..ca780b5 100644 --- a/index.php +++ b/index.php @@ -85,12 +85,12 @@ function getProjectTaskById( $pid, $dbh ) * ) */ $projectArray = array( - // array( - // 'id' => 4217, - // 'name' => 'Frederic Township', - // 'sName' => 'frederic', - // 'data' => getProjectTaskById(4217, $dbh) - // ), + array( + 'id' => 4224, + 'name' => 'CharEm ISD', + 'sName' => 'charem', + 'data' => getProjectTaskById(4224, $dbh) + ), array( 'id' => 4222, 'name' => 'Alpena', -- 2.17.1