From 9df8c421e262ef5c411d11b9760b03b85f34e0a9 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 6 Feb 2018 11:31:38 -0500 Subject: [PATCH] update dash --- index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 49a0a86..dd55e00 100644 --- a/index.php +++ b/index.php @@ -97,12 +97,12 @@ $projectArray = array( 'sName' => 'migcsa', 'data' => getProjectTaskById(4091, $dbh) ), - // array( - // 'id' => 4159, - // 'name' => 'Meetings Michigan', - // 'sName' => 'meetingsmi', - // 'data' => getProjectTaskById(4159, $dbh) - // ), + array( + 'id' => 4159, + 'name' => 'Ka Hale A Ke Ola', + 'sName' => 'khako', + 'data' => getProjectTaskById(4165, $dbh) + ), // array( // 'id' => 4154, // 'name' => 'Visit Escanaba', -- 2.17.1