From 50f7bbf95ca3a348a3ff079795c7fc027fcfcdb6 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Tue, 10 Apr 2012 12:35:26 +1200 Subject: [PATCH] MDL-30843 admin: Fixed up label for attribute --- .../actions/new_table_from_mysql/new_table_from_mysql.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php b/admin/tool/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php index 2003c6bd237..261efcbb3eb 100644 --- a/admin/tool/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php +++ b/admin/tool/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php @@ -115,7 +115,7 @@ class new_table_from_mysql extends XMLDBAction { $o.= ' '; $o.= ' '; $o.= ' '; - $o.= ' '; + $o.= ' '; $o.= ' '; $o.= ' '; $o.= '
' . html_writer::select($selecttables, 'table') . '' .html_writer::select($aftertables, 'after') . '
' . html_writer::select($selecttables, 'table') . '' .html_writer::select($aftertables, 'after') . '
[' . $this->str['back'] . ']
';