From cd2038550decd6fab74e3512a656b63a0ba5b193 Mon Sep 17 00:00:00 2001 From: YCC Date: Tue, 15 Aug 2023 14:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=88=86=E4=BF=A1=E6=81=AF=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E8=A1=A8=E5=88=B0=E5=8F=A6=E5=A4=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/infoauthors_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/infoauthors_model.php b/application/models/infoauthors_model.php index 34a6a691..6d5193d0 100644 --- a/application/models/infoauthors_model.php +++ b/application/models/infoauthors_model.php @@ -12,7 +12,7 @@ class Infoauthors_model extends CI_Model function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('INFORMATION', TRUE); } function init()