From 5422d75fcbb7e8e1ad80b43c4c96c5bbdeee64f4 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 2 Jan 2003 15:12:34 +0000 Subject: [PATCH] Hmmm database name causing some problems ... --- lib/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup.php b/lib/setup.php index 995039bd48..62d51c86a2 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -27,7 +27,7 @@ if (!isset($CFG->prefix)) { // Just in case it isn't defined in config.php $CFG->prefix = ""; } - $CFG->prefix = "$CFG->dbname.$CFG->prefix"; + //$CFG->prefix = "$CFG->dbname.$CFG->prefix"; -- 2.39.5