From f8ab581d345e942f94d06b81b458dd5d51b38b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Sun, 7 Apr 2024 14:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E5=9B=9E=E5=8E=BB=E5=85=88?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E7=84=B6TP=E7=BD=91=E7=AB=99=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/trippest_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/models/trippest_model.php b/application/models/trippest_model.php index 8ccfa958..f888ff2a 100644 --- a/application/models/trippest_model.php +++ b/application/models/trippest_model.php @@ -7,8 +7,8 @@ class Trippest_model extends CI_Model { function __construct() { parent::__construct(); - //$this->HT = $this->load->database('HT', TRUE); - $this->HT = $this->load->database('TOURMANAGER_LOCAL', TRUE); + $this->HT = $this->load->database('HT', TRUE); + //$this->HT = $this->load->database('TOURMANAGER_LOCAL', TRUE); }