--- C:/Documents and Settings/sbourget/Desktop/setup.php Thu May 01 16:08:54 2008 +++ //172.16.0.20/WebRoot/Moodle/moodle20/lib/setup.php Thu May 01 16:11:17 2008 @@ -292,8 +292,9 @@ } /// detect unsupported upgrade jump as soon as possible - do not change anything, do not use system functions - if ($CFG->version < 2007101509) { - echo ' + if(isset($CFG->version)) { + if ($CFG->version < 2007101509) { + echo ' @@ -301,7 +302,8 @@
'.get_string('upgraderequires19', 'error').'
'; - die; + die; + } } /// Shared-Memory cache init -- will set $MCACHE