From: moodler Date: Mon, 27 Sep 2004 09:32:59 +0000 (+0000) Subject: Fixed bug with quotes (finally?) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4037263a069ece8001b7ed50e0ff6db2982caea4;p=moodle.git Fixed bug with quotes (finally?) --- diff --git a/lib/setup.php b/lib/setup.php index fc694c4b93..1bd1255f5a 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -101,7 +101,7 @@ global $THEME; echo 'Database name: '. $CFG->dbname .'
'; echo 'Database user: '. $CFG->dbuser .'
'; if (!isset($CFG->dbpersist)) { - echo '

The admin should also try setting this in config.php: '. $CFG->dbpersist .' = false;

'; + echo '

The admin should also try setting this in config.php: $CFG->dbpersist = false;

'; } echo ''; die;