xmldb_block_BLOCKNAME_upgrade()
Part of MDL-6786, just for consistency. Merged from MOODLE_17_STABLE
/// Run de old and new upgrade functions for the module
$oldupgrade_function = $block->name .'_upgrade';
- $newupgrade_function = 'xmldb_' . $block->name .'_upgrade';
+ $newupgrade_function = 'xmldb_block_' . $block->name .'_upgrade';
/// First, the old function if exists
$oldupgrade_status = true;