-
Bug
-
Resolution: Not a bug
-
Critical
-
None
-
2.0.3
-
MOODLE_20_STABLE
-
MDL-28005_grade_resultsets -
Easy
-
resultset objects cannot be tested for validity like this
if (!$this->users_rs) {
|
It should be done something like this
if (!$this->users_rs->valid()) {
|
Check the gradebook to make sure that there arent any remaining instances of improper checking remaining.
- has been marked as being related by
-
MDL-27920 Exporting gradebook in XML and Excel Format fails in Moodle 2.1
-
- Closed
-