mirror of
https://github.com/moodle/moodle.git
synced 2025-02-11 03:03:43 +01:00
Fixed bug with quotes (finally?)
This commit is contained in:
parent
052fe105eb
commit
4037263a06
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user