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
(from parent 1:
67f0e8f
)
Merge branch 'wip-mdl-31734-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_...
author
Dan Poltawski
<dan@moodle.com>
Mon, 20 Aug 2012 03:57:21 +0000
(11:57 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 20 Aug 2012 03:57:21 +0000
(11:57 +0800)
course/recent_form.php
patch
|
blob
|
blame
|
history
diff --git
a/course/recent_form.php
b/course/recent_form.php
index
b79e443
..
dc7fa19
100644
(file)
--- a/
course/recent_form.php
+++ b/
course/recent_form.php
@@
-101,8
+101,6
@@
class recent_form extends moodleform {
$mform->setAdvanced('user');
}
- $sectiontitle = get_string('sectionname', 'format_'.$COURSE->format);
-
$options = array(''=>get_string('allactivities'));
$modsused = array();