Fix for bug 2635:

The "current blocks code older than the one that made the database" message
tweaked so that it's different from the corresponding Moodle core warning.
This commit is contained in:
defacer
2005-05-17 15:28:06 +00:00
parent ab48bbb271
commit b011f733bf
+1 -1
View File
@@ -737,7 +737,7 @@ function upgrade_blocks_db($continueto) {
}
} else if ($blocks_version < $CFG->blocks_version) {
notify('WARNING!!! The code you are using is OLDER than the version that made these databases!');
notify('WARNING!!! The Blocks version you are using is OLDER than the version that made these databases!');
}
}