From 6036cae8549387b4c89454d704c11664ac8dfc0f Mon Sep 17 00:00:00 2001 From: mjollnir_ <mjollnir_> Date: Thu, 3 Feb 2005 22:30:46 +0000 Subject: [PATCH] Reverting last patch for bug 2479 --- course/importstudents.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/course/importstudents.php b/course/importstudents.php index 4d12964b19..da91c3ec9b 100644 --- a/course/importstudents.php +++ b/course/importstudents.php @@ -89,8 +89,6 @@ $alreadycourses = array(); } - $alreadycourses[$course->id] = $course; // this should take the currrent course out of the search results. - $numcourses = 0; -- 2.39.5