Extra space at end of file :-)

This commit is contained in:
martin
2002-07-25 13:54:07 +00:00
parent 0d22e7cc7e
commit 3f4deb2b86
+1 -3
View 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) {
}
?>