From: Steve Sutton Date: Mon, 11 Jun 2018 12:22:54 +0000 (-0400) Subject: add frederic township X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a0186d2095cd2fb7941ffe9ab9a9579717aec5f3;p=prog%2FDash.git add frederic township --- diff --git a/index.php b/index.php index 7ff133f..88e57c9 100644 --- a/index.php +++ b/index.php @@ -85,6 +85,12 @@ function getProjectTaskById( $pid, $dbh ) * ) */ $projectArray = array( + array( + 'id' => 4217, + 'name' => 'Frederic Township', + 'sName' => 'frederic', + 'data' => getProjectTaskById(4217, $dbh) + ), array( 'id' => 4199, 'name' => 'Hospitality Mentality 360',