MDL-37987 bugfix: swapped column headings in the category management table

This commit is contained in:
Marina Glancy
2013-02-18 13:24:06 +11:00
parent 1dd6835d8c
commit 7d579b1e61
+1 -1
View File
@@ -339,8 +339,8 @@ if (!isset($category)) {
$table->head = array(
get_string('categories'),
get_string('courses'),
get_string('movecategoryto'),
get_string('edit'),
get_string('movecategoryto'),
);
$table->colclasses = array(
'leftalign name',