Fixed bug with quotes (finally?)

This commit is contained in:
moodler 2004-09-27 09:32:59 +00:00
parent 052fe105eb
commit 4037263a06

View File

@ -101,7 +101,7 @@ global $THEME;
echo 'Database name: '. $CFG->dbname .'<br />';
echo 'Database user: '. $CFG->dbuser .'<br />';
if (!isset($CFG->dbpersist)) {
echo '<p>The admin should also try setting this in config.php: '. $CFG->dbpersist .' = false; </p>';
echo '<p>The admin should also try setting this in config.php: $CFG->dbpersist = false; </p>';
}
echo '</font>';
die;