repo.or.cz
/
moodle-pu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git]
/
lang
/
en_utf8
/
block_course_summary.php
blob
b17513d5ea6c51f59bba4d1b2e8a0baf3366c7f2
1
<
?PHP
// $Id$
2
// block_course_summary.php - created with Moodle 1.7 beta + (2006101003)
3
4
5
$string
[
'coursesummary'
] =
'Course Summary'
;
6
$string
[
'pagedescription'
] =
'Course/Site Description'
;
7
8
?
>