From 93a2abab16ab996625c7ebcb2840448b087a8fe8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 11 Jun 2018 08:34:17 -0400 Subject: [PATCH] add circuit 46 --- index.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.php b/index.php index 88e57c9..338e936 100644 --- a/index.php +++ b/index.php @@ -91,6 +91,12 @@ $projectArray = array( 'sName' => 'frederic', 'data' => getProjectTaskById(4217, $dbh) ), + array( + 'id' => 4176, + 'name' => 'Circuit 46', + 'sName' => 'circuit', + 'data' => getProjectTaskById(4176, $dbh) + ), array( 'id' => 4199, 'name' => 'Hospitality Mentality 360', -- 2.17.1