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:
7cc5cec
)
MDL-26524 - Group Filtering Errors
author
Andreas Grabs
<info@grabs-edv.de>
Sun, 20 Feb 2011 17:18:44 +0000
(18:18 +0100)
committer
Andreas Grabs
<info@grabs-edv.de>
Sun, 20 Feb 2011 17:18:44 +0000
(18:18 +0100)
mod/feedback/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/feedback/lib.php
b/mod/feedback/lib.php
index
aed8b5c
..
1d238e9
100644
(file)
--- a/
mod/feedback/lib.php
+++ b/
mod/feedback/lib.php
@@
-2111,7
+2111,7
@@
function feedback_get_group_values($item, $groupid = false, $courseid = false, $
//if the groupid is given?
if (intval($groupid) > 0) {
if($ignore_empty) {
- $ignore_empty_select = "AND fb
c
.value != ''";
+ $ignore_empty_select = "AND fb
v
.value != ''";
}
else {
$ignore_empty_select = "";