public/main/my_space/access_details.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_TRACKING;
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = isset($_REQUEST['student']) ? (int) $_REQUEST['student'] : 0;
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$courseInfo = api_get_course_info($course_code);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = isset($_REQUEST['id_session']) ? (int) $_REQUEST['id_session'] : 0;
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code = isset($_REQUEST['course']) ? Security::remove_XSS($_REQUEST['course']) : '';
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$url = api_get_path(WEB_AJAX_PATH).'myspace.ajax.php?a=access_detail_by_date&course='.$course.'&student='.$user_id.'&session_id='.$session_id;
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
get_lang('Course').': '.$courseInfo['title'].' ('.$course_code.')'
- Exclude checks
Variable "quote_simple" is not in valid camel caps format Open
Open
dateFormat: ".$quote_simple."yy-mm-dd".$quote_simple.",
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$form->addElement('hidden', 'course', $course_code);
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$userInfo = api_get_user_info($user_id);
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course = $course_code;
- Exclude checks
Variable "quote_simple" is not in valid camel caps format Open
Open
dateFormat: ".$quote_simple."yy-mm-dd".$quote_simple.",
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$data = MySpace::getStats($user_id, $courseInfo, $session_id);
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$form->addElement('hidden', 'student', $user_id);
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$url = api_get_path(WEB_AJAX_PATH).'myspace.ajax.php?a=access_detail_by_date&course='.$course.'&student='.$user_id.'&session_id='.$session_id;
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$data = MySpace::getStats($user_id, $courseInfo, $session_id);
- Exclude checks
Variable "quote_simple" is not in valid camel caps format Open
Open
$quote_simple = "'";
- Exclude checks