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:
20a2e55
)
MDL-44447 Grade: Whitespace fix
author
Damyon Wiese
<damyon@moodle.com>
Mon, 15 Sep 2014 08:49:23 +0000
(16:49 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Mon, 15 Sep 2014 08:49:23 +0000
(16:49 +0800)
grade/export/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/grade/export/lib.php
b/grade/export/lib.php
index
0f37711
..
f08b54c
100644
(file)
--- a/
grade/export/lib.php
+++ b/
grade/export/lib.php
@@
-249,7
+249,7
@@
abstract class grade_export {
*/
public function format_column_name($grade_item, $feedback=false, $gradedisplayname = null) {
$column = new stdClass();
-
+
if ($grade_item->itemtype == 'mod') {
$column->name = get_string('modulename', $grade_item->itemmodule).get_string('labelsep', 'langconfig').$grade_item->get_name();
} else {