]> git.mjollnir.org Git - moodle.git/commitdiff
Hmmm database name causing some problems ...
authormoodler <moodler>
Thu, 2 Jan 2003 15:12:34 +0000 (15:12 +0000)
committermoodler <moodler>
Thu, 2 Jan 2003 15:12:34 +0000 (15:12 +0000)
lib/setup.php

index 995039bd48d0e102c66aa9a2c6ba3e5b18cd1199..62d51c86a2cb0bb723c08bfa5e6007161c2b6217 100644 (file)
@@ -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";