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:
7969f1e
)
MDL-28939 Bad lang string reference in grade/import/csv.
author
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 15 Aug 2011 14:11:51 +0000
(15:11 +0100)
committer
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 15 Aug 2011 14:11:51 +0000
(15:11 +0100)
grade/import/csv/index.php
patch
|
blob
|
blame
|
history
diff --git
a/grade/import/csv/index.php
b/grade/import/csv/index.php
index
8681a83
..
04844b0
100644
(file)
--- a/
grade/import/csv/index.php
+++ b/
grade/import/csv/index.php
@@
-481,7
+481,7
@@
if ($formdata = $mform->get_data()) {
fclose($fp);
unlink($filename);
} else {
- print_error('cannotreadfil');
+ print_error('cannotreadfil
e
');
}
} else {