MDL-30610 remove outdated admin tool upgrade code

This commit is contained in:
Petr Skoda
2011-12-23 10:38:12 +01:00
parent ce5e39e6c7
commit 7c58c19fa3
6 changed files with 0 additions and 73 deletions
-8
View File
@@ -28,12 +28,4 @@ defined('MOODLE_INTERNAL') || die;
function xmldb_tool_unittest_install() {
global $CFG;
// this is a hack - this plugin used to live in admin/report/unittest,
// we want to remove the orphaned version info and capability
// unless there is a new report type with the same name
if (!file_exists("$CFG->dirroot/report/unittest")) {
unset_all_config_for_plugin('report_unittest');
capabilities_cleanup('report_unittest');
}
}