public/main/session/session_export.php
Variable "file_type" is not in valid camel caps format Open
Open
$archiveFile = 'export_sessions_'.$session_id.'_'.api_get_local_time().'.'.$file_type;
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
$access_url_id = api_get_current_access_url_id();
- Exclude checks
Variable "file_type" is not in valid camel caps format Open
Open
if (in_array($file_type, ['csv', 'xls'])) {
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$archiveFile = 'export_sessions_'.$session_id.'_'.api_get_local_time();
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$archiveFile = 'export_sessions_'.$session_id.'_'.api_get_local_time().'.'.$file_type;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$archiveFile = 'export_users_'.$session_id.'_'.api_get_local_time().'_'.uniqid('').'.'.$file_type;
- Exclude checks
Variable "file_type" is not in valid camel caps format Open
Open
switch ($file_type) {
- Exclude checks
Variable "file_type" is not in valid camel caps format Open
Open
$file_type = isset($_POST['file_type']) ? $_POST['file_type'] : 'csv';
- Exclude checks
Variable "row_coachs" is not in valid camel caps format Open
Open
$coachs[] = $row_coachs['username'];
- Exclude checks
Variable "file_type" is not in valid camel caps format Open
Open
$archiveFile = 'export_users_'.$session_id.'_'.api_get_local_time().'_'.uniqid('').'.'.$file_type;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = isset($_GET['session_id']) ? intval($_GET['session_id']) : 0;
- Exclude checks
Variable "tbl_session_rel_access_url" is not in valid camel caps format Open
Open
INNER JOIN $tbl_session_rel_access_url as session_rel_url
- Exclude checks
Variable "rs_coachs" is not in valid camel caps format Open
Open
$rs_coachs = Database::query($sql);
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
$access_url_id = api_get_current_access_url_id();
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
WHERE s.id='$session_id'";
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Export sessions list');
- Exclude checks
Variable "tbl_session_rel_access_url" is not in valid camel caps format Open
Open
$tbl_session_rel_access_url = Database::get_main_table(TABLE_MAIN_ACCESS_URL_REL_SESSION);
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
if (-1 != $access_url_id) {
- Exclude checks
Variable "tbl_session_rel_access_url" is not in valid camel caps format Open
Open
INNER JOIN $tbl_session_rel_access_url as session_rel_url
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
WHERE session_rel_url.access_url_id = $access_url_id
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
if (-1 != $access_url_id) {
- Exclude checks
Variable "row_coachs" is not in valid camel caps format Open
Open
while ($row_coachs = Database::fetch_array($rs_coachs)) {
- Exclude checks
Variable "rs_coachs" is not in valid camel caps format Open
Open
while ($row_coachs = Database::fetch_array($rs_coachs)) {
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = $_POST['session_id'];
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (empty($session_id)) {
- Exclude checks
Variable "file_type" is not in valid camel caps format Open
Open
if (in_array($file_type, ['csv', 'xls'])) {
- Exclude checks
Variable "tbl_session_rel_access_url" is not in valid camel caps format Open
Open
$tbl_session_rel_access_url = Database::get_main_table(TABLE_MAIN_ACCESS_URL_REL_SESSION);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
WHERE access_url_id = $access_url_id
- Exclude checks