From b011f733bfc3d340fbe0d37d741c7698c2807764 Mon Sep 17 00:00:00 2001 From: defacer Date: Tue, 17 May 2005 15:28:06 +0000 Subject: [PATCH] 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. --- lib/blocklib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blocklib.php b/lib/blocklib.php index 5049ea6be06..e508a682581 100644 --- a/lib/blocklib.php +++ b/lib/blocklib.php @@ -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!'); } }