Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Extra space at end of file :-)
  • Loading branch information
martin committed Jul 25, 2002
1 parent 0d22e7c commit 3f4deb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mod/survey/lib.php
Expand Up @@ -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\">";
Expand All @@ -143,4 +142,3 @@ function survey_user_complete($course, $user, $mod, $survey) {
}

?>

0 comments on commit 3f4deb2

Please sign in to comment.