]> git.mjollnir.org Git - moodle.git/commitdiff
Extra space at end of file :-)
authormartin <martin>
Thu, 25 Jul 2002 13:54:07 +0000 (13:54 +0000)
committermartin <martin>
Thu, 25 Jul 2002 13:54:07 +0000 (13:54 +0000)
mod/survey/lib.php

index 2b917779bd934d382b7a71b5efb2e01a3e8f79f9..fce203cadeb51bf65484e6b452a838480146340c 100644 (file)
@@ -126,14 +126,13 @@ function survey_user_outline($course, $user, $mod, $survey) {
         $result->info = "Done";
         $result->time = $lastanswer->time;
         return $result;
-
     }
     return NULL;
 }
 
 
 function survey_user_complete($course, $user, $mod, $survey) {
-    global $CFG, $THEME;
+    global $CFG;
 
     if (survey_already_done($survey->id, $user->id)) {
         echo "<IMG SRC=\"$CFG->wwwroot/mod/survey/graph.php?id=$mod->id&sid=$user->id&type=student.png\">";
@@ -143,4 +142,3 @@ function survey_user_complete($course, $user, $mod, $survey) {
 }
 
 ?>
-