mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
MDL-24085 - unused tablelib where in show_nonrespondents.php
This commit is contained in:
parent
2361b7dd77
commit
3fac763e5f
2 changed files with 5 additions and 10 deletions
|
@ -736,7 +736,7 @@ function feedback_get_incomplete_users($cm, $group = false, $sort = '', $startpa
|
|||
|
||||
//now get all completeds
|
||||
if(!$completedusers = $DB->get_records_menu('feedback_completed', array('feedback'=>$cm->instance), '', 'userid,id')){
|
||||
return false;
|
||||
return $allusers;
|
||||
}
|
||||
$completedusers = array_keys($completedusers);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue