Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
NOBUG: Fixed missed string
[moodle.git]
/
course
/
index.php
diff --git
a/course/index.php
b/course/index.php
index
a933a61
..
b168b2c
100644
(file)
--- a/
course/index.php
+++ b/
course/index.php
@@
-63,6
+63,7
@@
$strcourses = get_string('courses');
$stredit = get_string('edit');
$strdelete = get_string('delete');
$straction = get_string('action');
+$strfulllistofcourses = get_string('fulllistofcourses');
/// Unless it's an editing admin, just print the regular listing of courses/categories