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:
ccee3cd
)
MDL-28557 - calendar: fix trivial whitespace issue
author
Dan Poltawski
<dan@moodle.com>
Fri, 25 May 2012 03:08:14 +0000
(11:08 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Fri, 25 May 2012 03:08:14 +0000
(11:08 +0800)
calendar/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/calendar/lib.php
b/calendar/lib.php
index
8307c09
..
184449a
100644
(file)
--- a/
calendar/lib.php
+++ b/
calendar/lib.php
@@
-1393,7
+1393,7
@@
function calendar_set_filters(array $courseeventsfrom, $ignorefilters = false) {
$group = true;
} else if ($isloggedin) {
$groupids = array();
-
+
// We already have the courses to examine in $courses
// For each course...
foreach ($courseeventsfrom as $courseid => $course) {