Skip to content

Commit

Permalink
Fixed stupidity
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Sep 22, 2002
1 parent a30cfe1 commit 7bca795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/survey/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ function survey_print_recent_activity(&$logs, $isteacher=false) {
$surveys[$log->id] = get_record_sql("SELECT s.name, u.firstname, u.lastname
FROM survey s, user u
WHERE s.id = '$log->info' AND u.id = '$log->user'");
$surveys[$log->info]->time = $log->time;
$surveys[$log->info]->url = $log->url;
$surveys[$log->id]->time = $log->time;
$surveys[$log->id]->url = $log->url;
}
}

Expand Down

0 comments on commit 7bca795

Please sign in to comment.