From 5086d62de3ecafb8a3b359238bdb941f83f5887e Mon Sep 17 00:00:00 2001 From: YCC Date: Wed, 16 Aug 2023 16:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=A6=BBInfoauthors=E8=A1=A8?= 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()