Deleted a bad line to fix bug 1237

This commit is contained in:
moodler
2004-04-24 15:45:39 +00:00
parent 5c87e15a0a
commit 48bef97ce6
-1
View File
@@ -911,7 +911,6 @@ function get_user_info_from_db($field, $value) {
foreach ($students as $student) {
if (get_field("course", "visible", "id", $student->course)) {
$user->student[$student->course] = true;
$user->zoom[$student->course] = $student->zoom;
}
}
}