mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
blocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page
This commit is contained in:
parent
cf37931b7f
commit
6cbcbf0fb3
7 changed files with 15 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue