blocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page

This commit is contained in:
tjhunt 2009-05-08 08:22:59 +00:00
parent cf37931b7f
commit 6cbcbf0fb3
7 changed files with 15 additions and 17 deletions

View file

@ -735,7 +735,7 @@ function blocks_delete_instance($instance, $nolongerused = false, $skipblockstab
function blocks_delete_all_on_page($pagetype, $pageid) {
global $DB;
debugging('Call to deprecated function blocks_repopulate_page. ' .
debugging('Call to deprecated function blocks_delete_all_on_page. ' .
'This function cannot work any more. Doing nothing. ' .
'Please update your code to use another method.', DEBUG_DEVELOPER);
return false;