From: moodler <moodler>
Date: Sat, 24 Apr 2004 15:45:39 +0000 (+0000)
Subject: Deleted a bad line to fix bug 1237
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=48bef97ce695b87c30ee44b8be6e249f3131d104;p=moodle.git

Deleted a bad line to fix bug 1237
---

diff --git a/lib/datalib.php b/lib/datalib.php
index 62bdb61ac9..1116ffa7ed 100644
--- a/lib/datalib.php
+++ b/lib/datalib.php
@@ -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;
             }
         }
     }