Updating dash
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 12 Oct 2018 12:18:24 +0000 (08:18 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 12 Oct 2018 12:18:24 +0000 (08:18 -0400)
Add the quicksite lakeside club.
Removing Hospitality Mentality 360

index.php

index ca780b5..8034ecc 100644 (file)
--- a/index.php
+++ b/index.php
@@ -85,6 +85,12 @@ function getProjectTaskById( $pid, $dbh )
  * )
  */
 $projectArray = array(
+    array(
+        'id'    => 4244,
+        'name'  => 'Lakeside Club',
+        'sName' => 'lakesideclub',
+        'data'  => getProjectTaskById(4244, $dbh)
+    ),
     array(
         'id'    => 4224,
         'name'  => 'CharEm ISD',
@@ -103,12 +109,6 @@ $projectArray = array(
         'sName' => 'circuit',
         'data'  => getProjectTaskById(4176, $dbh)
     ),
-    array(
-        'id'    => 4199,
-        'name'  => 'Hospitality Mentality 360',
-        'sName' => 'hosment',
-        'data'  => getProjectTaskById(4199, $dbh)
-    ),
     array(
         'id'    => 4020,
         'name'  => 'Events Calendar',