public/main/survey/meeting.php
Variable "table_survey_invitation" is not in valid camel caps format Open
Open
$table_survey_invitation = Database::get_course_table(TABLE_SURVEY_INVITATION);
- Exclude checks
Variable "table_survey_invitation" is not in valid camel caps format Open
Open
$sql = "SELECT * FROM $table_survey_invitation
- Exclude checks
Variable "survey_invitation" is not in valid camel caps format Open
Open
SurveyManager::updateSurveyAnswered($survey, $survey_invitation['user_id'] ?? api_get_user_id());
- Exclude checks
Variable "survey_invitation" is not in valid camel caps format Open
Open
$survey_invitation = Database::fetch_assoc($result);
- Exclude checks
Variable "survey_invitation" is not in valid camel caps format Open
Open
if ($survey_invitation) {
- Exclude checks
Variable "table_survey" is not in valid camel caps format Open
Open
$table_survey = Database::get_course_table(TABLE_SURVEY);
- Exclude checks
Variable "survey_invitation" is not in valid camel caps format Open
Open
$surveyId = (int) $survey_invitation['survey_id'];
- Exclude checks