]> git.mjollnir.org Git - moodle.git/commit
Added hooks so that blocks can create functions that are run when they are installed...
authorsam_marshall <sam_marshall>
Fri, 14 Jul 2006 11:17:46 +0000 (11:17 +0000)
committersam_marshall <sam_marshall>
Fri, 14 Jul 2006 11:17:46 +0000 (11:17 +0000)
commit44c55d4662a95aaccf5444e5c35fff4b89890e9e
tree98770f20701c02d4b8ff39da7bddd13c7a96328b
parenta62b843a51c5a2c444680ea042e8cc5aed6a5aa4
Added hooks so that blocks can create functions that are run when they are installed and uninstalled. The base implementation does nothing.
admin/blocks.php
blocks/moodleblock.class.php
lib/blocklib.php