public/main/tracking/course_log_resources.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = 'session_my_space';
- Exclude checks
Variable "export_csv" is not in valid camel caps format Open
Open
if ($export_csv || $exportXls) {
- Exclude checks
Variable "export_csv" is not in valid camel caps format Open
Open
if ($export_csv) {
- Exclude checks
Variable "from_myspace" is not in valid camel caps format Open
Open
$from_myspace = false;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$is_allowedToTrack = Tracking::isAllowToTrack($session_id);
- Exclude checks
Variable "users_tracking_per_page" is not in valid camel caps format Open
Open
$users_tracking_per_page = '&users_tracking_per_page='.intval($_GET['users_tracking_per_page']);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (empty($session_id)) {
- Exclude checks
Variable "is_allowedToTrack" is not in valid camel caps format Open
Open
$is_allowedToTrack = Tracking::isAllowToTrack($session_id);
- Exclude checks
Variable "addional_param" is not in valid camel caps format Open
Open
$right .= '<a href="'.api_get_self().'?'.api_get_cidreq().'&export=xls&'.$addional_param.$users_tracking_per_page.'">
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
api_get_path(WEB_CODE_PATH).'tracking/course_log_resources.php?'.api_get_cidreq().'&id_session'.$session_id,
- Exclude checks
Variable "from_myspace" is not in valid camel caps format Open
Open
$from_myspace = true;
- Exclude checks
Variable "export_csv" is not in valid camel caps format Open
Open
$export_csv = isset($_GET['export']) && 'csv' == $_GET['export'] ? true : false;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "is_allowedToTrack" is not in valid camel caps format Open
Open
if (!$is_allowedToTrack) {
- Exclude checks
Variable "addional_param" is not in valid camel caps format Open
Open
$addional_param = 'additional_profile_field='.intval($_GET['additional_profile_field']);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = api_get_session_id();
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_TRACKING;
- Exclude checks
Variable "addional_param" is not in valid camel caps format Open
Open
$addional_param = '';
- Exclude checks
Variable "users_tracking_per_page" is not in valid camel caps format Open
Open
$right .= '<a href="'.api_get_self().'?'.api_get_cidreq().'&export=csv&'.$addional_param.$users_tracking_per_page.'">
- Exclude checks
Variable "users_tracking_per_page" is not in valid camel caps format Open
Open
$right .= '<a href="'.api_get_self().'?'.api_get_cidreq().'&export=xls&'.$addional_param.$users_tracking_per_page.'">
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = api_get_session_id();
- Exclude checks
Variable "users_tracking_per_page" is not in valid camel caps format Open
Open
$users_tracking_per_page = '';
- Exclude checks
Variable "addional_param" is not in valid camel caps format Open
Open
$right .= '<a href="'.api_get_self().'?'.api_get_cidreq().'&export=csv&'.$addional_param.$users_tracking_per_page.'">
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
'id_session' => $session_id,
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$form->addElement('hidden', 'id_session', $session_id);
- Exclude checks