Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd6835
)
MDL-37987 bugfix: swapped column headings in the category management table
author
Marina Glancy
<marina@moodle.com>
Mon, 18 Feb 2013 02:24:06 +0000
(13:24 +1100)
committer
Marina Glancy
<marina@moodle.com>
Mon, 18 Feb 2013 02:24:06 +0000
(13:24 +1100)
course/manage.php
patch
|
blob
|
blame
|
history
diff --git
a/course/manage.php
b/course/manage.php
index
26827a7
..
177e922
100644
(file)
--- a/
course/manage.php
+++ b/
course/manage.php
@@
-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',