From d3bf058b69eda91b41954a5df25ba0166fc8e585 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 22 Sep 2007 09:52:35 +0000 Subject: [PATCH] Deleting the Db migrate to UTF-8 button. It isn't there anymore. --- admin/index.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/admin/index.php b/admin/index.php index cfcc4d20d7..f960b74c1b 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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(); -- 2.39.5