Pass the whole $course variable to block_print_blocks_admin()

so we have more information.
This commit is contained in:
moodler 2004-06-30 13:11:15 +00:00
parent a2ebe6a55c
commit 6236ed990d
5 changed files with 8 additions and 8 deletions

View file

@ -216,7 +216,7 @@
}
print_course_blocks($site, $rightblocks, BLOCK_RIGHT);
if ($editing && !empty($missingblocks)) {
block_print_blocks_admin($site->id, $missingblocks);
block_print_blocks_admin($site, $missingblocks);
}
echo '</td>';
}