Fixed typo ... bug 2124

This commit is contained in:
moodler 2004-10-25 15:25:58 +00:00
parent 6195e04a9d
commit ccc62c6e42

View File

@ -726,7 +726,7 @@ function upgrade_blocks_plugins($continueto) {
if ( @is_dir($fullblock .'/db/')) {
if ( @is_readable($fullblock .'/db/'. $CFG->dbtype .'.php')) {
include_once($fullblock .'/db'. /$CFG->dbtype .'.php'); // defines upgrading function
include_once($fullblock .'/db'. $CFG->dbtype .'.php'); // defines upgrading function
} else {
$notices[] ='Block '. $blockname .': '. $fullblock .'/db/'. $CFG->dbtype .'.php was not readable';
continue;