public/main/session/add_students_to_session.php
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "add_type" is not in valid camel caps format Open
Open
$add_type = Security::remove_XSS($_REQUEST['add_type']);
- Exclude checks
Variable "add_type" is not in valid camel caps format Open
Open
$add_type = 'multiple';
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Subscribe students to session(s)');
- Exclude checks
Variable "session_list" is not in valid camel caps format Open
Open
foreach ($session_list as $session) {
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
<?php echo '<legend>'.$tool_name.' </legend>';
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
$form_sent = $_POST['form_sent'];
- Exclude checks
Variable "session_list" is not in valid camel caps format Open
Open
$session_list = SessionManager::get_sessions_list([], ['title']);
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
$form_sent = 0;
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
if (1 == $form_sent) {
- Exclude checks