]> git.mjollnir.org Git - moodle.git/commitdiff
Deleting the Db migrate to UTF-8 button. It isn't there anymore.
authorstronk7 <stronk7>
Sat, 22 Sep 2007 09:52:35 +0000 (09:52 +0000)
committerstronk7 <stronk7>
Sat, 22 Sep 2007 09:52:35 +0000 (09:52 +0000)
admin/index.php

index cfcc4d20d722979bd7c9c1ef8c885fb4b8195797..f960b74c1bbbdcf9cf768635641e8bffc652c5da 100644 (file)
     }
 
 
-    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();