add acadiagateway to projects
authorDylan Lloyd <dylan@dylansserver.com>
Fri, 9 Oct 2015 03:06:59 +0000 (20:06 -0700)
committerDylan Lloyd <dylan@dylansserver.com>
Fri, 9 Oct 2015 03:06:59 +0000 (20:06 -0700)
model/model.php
view/index.php

index 9088831..f9bb164 100644 (file)
@@ -31,7 +31,7 @@ class model {
     $args = func_get_args();
     $statement = $this->db->prepare($args[0]);
     $args = array_slice($args, 1);
-    call_user_func_array(array($statement, 'bind_param'), $args);
+    call_user_func_array(array($statement, 'bind_param'), &$args);
     $statement->execute();
     $return = array();
     $statement->store_result();
index f0007f1..953a8e6 100644 (file)
@@ -45,6 +45,9 @@
 
         <li><a href=
         "http://activehamptons.com">activehamptons.com</a></li>
+
+        <li><a href=
+        "http://acadiagateway.com">acadiagateway.com</a></li>
  
         <li>
            <h3>personal projects:</h3>