Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Solved little bug counting survey_answers (due to fast copy/paste !!)
:-)
  • Loading branch information
stronk7 committed Jun 3, 2003
1 parent 686dde9 commit 78bb276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/mod/survey/backuplib.php
Expand Up @@ -166,7 +166,7 @@ function survey_answer_ids_by_course ($course) {

return get_records_sql ("SELECT s.id , s.survey
FROM {$CFG->prefix}survey_answers s,
{$CFG->prefix}forum a
{$CFG->prefix}survey a
WHERE a.course = '$course' AND
s.survey = a.id");
}
Expand Down

0 comments on commit 78bb276

Please sign in to comment.