From 68a7a74c0fb4f79960b10fe1aa877e6dbb573cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Sun, 7 Apr 2024 14:19:56 +0800 Subject: [PATCH] =?UTF-8?q?TP=E4=BA=A7=E5=93=81=E8=AF=BB=E5=8F=96229?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E5=BA=93=E9=93=BE=E6=8E=A5=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=92=8C=E7=81=AB=E8=BD=A6=E8=87=AA=E5=8A=A8=E5=87=BA?= =?UTF-8?q?=E7=A5=A8=E7=9A=84=E9=93=BE=E6=8E=A5=EF=BC=8C=E7=9B=AE=E5=89=8D?= =?UTF-8?q?GH=E7=9A=84=E7=BD=91=E7=AB=99=E4=B8=8A=E6=B2=A1=E6=9C=89229?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/trippest_model.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/models/trippest_model.php b/application/models/trippest_model.php index 0a7d9a28..8ccfa958 100644 --- a/application/models/trippest_model.php +++ b/application/models/trippest_model.php @@ -7,7 +7,8 @@ class Trippest_model extends CI_Model { function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + //$this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('TOURMANAGER_LOCAL', TRUE); }