From a2a1e35cd2ae8c7834f0e1f2763b2ea9003a7e4e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 19 Mar 2018 02:13:15 +0900 Subject: [PATCH] Update database.php --- system/database.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/system/database.php b/system/database.php index e61cd0a..1ad7afd 100644 --- a/system/database.php +++ b/system/database.php @@ -1,4 +1,11 @@ + * @brief Database module for ReasonableFramework + */ + if(!function_exists("get_db_connect")) { function get_db_connect() { global $config;