From: Steve Sutton Date: Tue, 3 Jul 2018 12:17:39 +0000 (-0400) Subject: Project updates X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=540c27f46bef01df1344ed1cd4a43886eeb46f21;p=prog%2FDash.git Project updates remove sites that are live now. --- diff --git a/index.php b/index.php index 338e936..9c1a401 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' => 4217, + // 'name' => 'Frederic Township', + // 'sName' => 'frederic', + // 'data' => getProjectTaskById(4217, $dbh) + // ), array( 'id' => 4176, 'name' => 'Circuit 46', @@ -121,12 +121,12 @@ $projectArray = array( 'sName' => 'safeinmi', 'data' => getProjectTaskById(4220, $dbh) ), - array( - 'id' => 4182, - 'name' => 'Bay Harbor', - 'sName' => 'bayharbor', - 'data' => getProjectTaskById(4182, $dbh) - ), + // array( + // 'id' => 4182, + // 'name' => 'Bay Harbor', + // 'sName' => 'bayharbor', + // 'data' => getProjectTaskById(4182, $dbh) + // ), array( 'id' => 4020, 'name' => 'Events Calendar',