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:
436bbff
)
fixed incorrect intersect copy/pasted from assignment module
author
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 12:50:22 +0000
(12:50 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 12:50:22 +0000
(12:50 +0000)
mod/feedback/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/feedback/lib.php
b/mod/feedback/lib.php
index
0a56c3b
..
2029092
100644
(file)
--- a/
mod/feedback/lib.php
+++ b/
mod/feedback/lib.php
@@
-348,7
+348,7
@@
function feedback_get_recent_mod_activity(&$activities, &$index, $timemodified,
continue;
}
$usersgroups = array_keys($usersgroups);
- $interset = array_intersect($usersgroups, $modinfo->groups[$cm->id]);
+ $interse
c
t = array_intersect($usersgroups, $modinfo->groups[$cm->id]);
if (empty($intersect)) {
continue;
}