Skip to content

Error selecting the option Activity completed #40

Open
@mrbelen

Description

@mrbelen

This error occurs in lib.php line 757

                 'finished' => "SELECT id
                                      FROM {questionnaire_response}
                                     WHERE complete = 'y'
                                       AND username =: userid
                                       AND survey_id =: eventid ",
must be:

                 'finished' => "SELECT id
                                      FROM {questionnaire_response}
                                     WHERE complete = 'y'
                                       AND userid =: userid
                                       AND survey_id =: eventid ",

This is my first contribution to the community, so if I'm doing something wrong, I appreciate indicating the correct steps.

thanks greetings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions