From 076804161f89992a23bea2525d5291e688d1ec1f Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Thu, 8 Oct 2015 20:06:59 -0700 Subject: [PATCH] add acadiagateway to projects --- model/model.php | 2 +- view/index.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/model/model.php b/model/model.php index 9088831..f9bb164 100644 --- a/model/model.php +++ b/model/model.php @@ -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(); diff --git a/view/index.php b/view/index.php index f0007f1..953a8e6 100644 --- a/view/index.php +++ b/view/index.php @@ -45,6 +45,9 @@
  • activehamptons.com
  • + +
  • acadiagateway.com
  • personal projects:

    -- 2.30.2