public/main/exercise/exercise_history.php
Variable "my_message_history" is not in valid camel caps format Open
Open
$my_message_history = Security::remove_XSS($_GET['message']);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
$is_allowedToEdit = api_is_allowed_to_edit(null, true);
- Exclude checks
Variable "my_message_history" is not in valid camel caps format Open
Open
echo Display::return_message(get_lang($my_message_history), 'confirm');
- Exclude checks
Variable "TBL_EXERCISES_QUESTION" is not in valid camel caps format Open
Open
$TBL_EXERCISES_QUESTION quiz_question
- Exclude checks
Variable "TBL_USER" is not in valid camel caps format Open
Open
$TBL_USER = Database::get_main_table(TABLE_MAIN_USER);
- Exclude checks
Variable "TBL_EXERCISES" is not in valid camel caps format Open
Open
$TBL_EXERCISES = Database::get_course_table(TABLE_QUIZ_TEST);
- Exclude checks
Variable "TBL_EXERCISES_QUESTION" is not in valid camel caps format Open
Open
$TBL_EXERCISES_QUESTION = Database::get_course_table(TABLE_QUIZ_QUESTION);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if (!$is_allowedToEdit) {
- Exclude checks
Variable "TBL_USER" is not in valid camel caps format Open
Open
FROM $tblTrackAttemptQualify t, $TBL_USER,
- Exclude checks
Variable "is_tutor" is not in valid camel caps format Open
Open
$is_tutor = api_is_allowed_to_edit(true);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks