public/main/session/add_teachers_to_session.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
if (1 == $form_sent &&
- Exclude checks
Variable "session_list" is not in valid camel caps format Open
Open
$session_list = SessionManager::get_sessions_list([], ['name']);
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
$form_sent = 0;
- Exclude checks
Variable "session_list" is not in valid camel caps format Open
Open
foreach ($session_list as $session) {
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Enroll trainers from existing sessions');
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
$form_sent = $_POST['form_sent'];
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
<?php echo '<legend>'.$tool_name.' </legend>';
- Exclude checks