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:
38af117
)
NOBUG: Fixed missed string
author
Sam Hemelryk
<sam@moodle.com>
Thu, 18 Mar 2010 01:13:23 +0000
(
01:13
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Thu, 18 Mar 2010 01:13:23 +0000
(
01:13
+0000)
course/index.php
patch
|
blob
|
blame
|
history
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