public/main/session/add_users_to_session.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "add_type" is not in valid camel caps format Open
Open
$add_type = 'unique';
- 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 "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
echo '<h2>'.$tool_name.' ('.$session->getTitle().') </h2>';
- Exclude checks
Variable "link_add_group" is not in valid camel caps format Open
Open
$link_add_group = Display::url(
- 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 "link_add_group" is not in valid camel caps format Open
Open
$link_add_group.
- Exclude checks
Variable "tbl_session_rel_user" is not in valid camel caps format Open
Open
$tbl_session_rel_user = Database::get_main_table(TABLE_MAIN_SESSION_USER);
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Subscribe users to this session');
- Exclude checks