mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Deleting the Db migrate to UTF-8 button. It isn't there anymore.
This commit is contained in:
parent
ec2692a699
commit
d3bf058b69
@ -621,14 +621,6 @@
|
||||
}
|
||||
|
||||
|
||||
if (optional_param('dbmigrate')) { // ??? Is this actually used?
|
||||
print_box_start();
|
||||
require_once($CFG->dirroot.'/'.$CFG->admin.'/utfdbmigrate.php');
|
||||
db_migrate2utf8();
|
||||
print_box_end();
|
||||
}
|
||||
|
||||
|
||||
admin_externalpage_print_footer();
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user