From d2fae5adaef267cd6292fc64140bebc4b3438433 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Tue, 17 Feb 2015 16:49:52 -0500 Subject: [PATCH] Testing out only creating the database tables ... --- airtime_mvc/application/common/ProvisioningHelper.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/airtime_mvc/application/common/ProvisioningHelper.php b/airtime_mvc/application/common/ProvisioningHelper.php index 95c180e61..58e78b75f 100644 --- a/airtime_mvc/application/common/ProvisioningHelper.php +++ b/airtime_mvc/application/common/ProvisioningHelper.php @@ -35,11 +35,11 @@ class ProvisioningHelper { } try { - $this->setNewDatabaseConnection(); - if ($this->checkDatabaseExists()) { - throw new Exception("ERROR: Airtime database already exists"); - } - $this->createDatabase(); + // $this->setNewDatabaseConnection(); + //if ($this->checkDatabaseExists()) { + // throw new Exception("ERROR: Airtime database already exists"); + //} + //$this->createDatabase(); $this->createDatabaseTables(); } catch(Exception $e) { http_response_code(400);