djplaner / moodle-mod_bim

A Moodle activity module the provides support for managing/marking individual student blogs hosted on external services.
http://davidtjones.wordpress.com/research/bam-blog-aggregation-management/
7 stars 2 forks source link

Deprecated use of _uninstall #82

Closed djplaner closed 10 years ago

djplaner commented 10 years ago

Warning from Moodle 2.4

bim_uninstall() has been deprecated. Use the plugin's db/uninstall.php instead line 226 of /lib/adminlib.php: call to debugging() line 94 of /admin/modules.php: call to uninstall_plugin()

djplaner commented 10 years ago

This function only returns true. So I've commented it out.