public/main/tracking/total_time.php
Variable "from_myspace" is not in valid camel caps format Open
Open
$from_myspace = true;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = 'session_my_space';
- Exclude checks
Variable "TABLETRACK_EXERCISES" is not in valid camel caps format Open
Open
$TABLETRACK_EXERCISES = Database::get_main_table(TABLE_STATISTIC_TRACK_E_EXERCISES);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (!empty($session_id)) {
- 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 "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 "form_search" is not in valid camel caps format Open
Open
$form_search->addElement('hidden', 'from', Security::remove_XSS($from));
- Exclude checks
Variable "from_myspace" is not in valid camel caps format Open
Open
$from_myspace = false;
- Exclude checks
Variable "form_search" is not in valid camel caps format Open
Open
$form_search->addElement('hidden', 'id_session', $sessionId);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if ($session_id) {
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$titleSession = Display::getMdiIcon(ObjectIcon::SESSION, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Session')).' '.api_get_session_name($session_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id,
- Exclude checks
Variable "users_tracking_per_page" is not in valid camel caps format Open
Open
$actionsRight .= '<a href="'.api_get_self().'?'.api_get_cidreq().'&export=csv&'.$users_tracking_per_page.'">
- Exclude checks
Variable "table_user" is not in valid camel caps format Open
Open
$table_user = Database::get_main_table(TABLE_MAIN_USER);
- Exclude checks
Variable "export_csv" is not in valid camel caps format Open
Open
if ($export_csv) {
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
Session::write('id_session', $session_id);
- Exclude checks
Variable "form_search" is not in valid camel caps format Open
Open
[$actionsLeft, $form_search->returnForm(), $actionsRight]
- Exclude checks
Variable "is_allowedToTrack" is not in valid camel caps format Open
Open
$is_allowedToTrack = Tracking::isAllowToTrack($session_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (!empty($session_id)) {
- Exclude checks
Variable "a_students" is not in valid camel caps format Open
Open
$nbStudents = count($a_students);
- Exclude checks
Variable "users_tracking_per_page" is not in valid camel caps format Open
Open
$users_tracking_per_page = '';
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_TRACKING;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (empty($session_id)) {
- Exclude checks
Variable "form_search" is not in valid camel caps format Open
Open
$form_search->addButtonSearch(get_lang('Search users'));
- Exclude checks
Variable "a_students" is not in valid camel caps format Open
Open
$a_students = CourseManager::get_student_list_from_course_code(
- Exclude checks
Variable "form_search" is not in valid camel caps format Open
Open
$form_search->addElement('text', 'user_keyword');
- Exclude checks
Variable "course_name" is not in valid camel caps format Open
Open
$course_name = get_lang('Course').' '.$courseInfo['title'];
- Exclude checks
Variable "a_students" is not in valid camel caps format Open
Open
$user_ids = array_keys($a_students);
- Exclude checks
Variable "a_students" is not in valid camel caps format Open
Open
$a_students = CourseManager::get_student_list_from_course_code(
- Exclude checks
Variable "form_search" is not in valid camel caps format Open
Open
$form_search->addElement('hidden', 'session_id', $sessionId);
- Exclude checks
Variable "course_name" is not in valid camel caps format Open
Open
$titleCourse = Display::getMdiIcon(ObjectIcon::COURSE, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Course')).' '.$course_name;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = isset($_REQUEST['id_session']) ? intval($_REQUEST['id_session']) : 0;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$is_allowedToTrack = Tracking::isAllowToTrack($session_id);
- Exclude checks
Variable "csv_content" is not in valid camel caps format Open
Open
$csv_content = [];
- Exclude checks
Variable "is_western_name_order" is not in valid camel caps format Open
Open
$is_western_name_order = api_is_western_name_order();
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$parameters['sid'] = $session_id;
- Exclude checks
Variable "is_allowedToTrack" is not in valid camel caps format Open
Open
if (!$is_allowedToTrack) {
- Exclude checks
Variable "form_search" is not in valid camel caps format Open
Open
$form_search = new FormValidator(
- Exclude checks
Variable "is_western_name_order" is not in valid camel caps format Open
Open
if ($is_western_name_order) {
- Exclude checks
Variable "all_datas" is not in valid camel caps format Open
Open
$all_datas = [];
- Exclude checks
Variable "user_ids" is not in valid camel caps format Open
Open
$user_ids = array_keys($a_students);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$table->setDataFunctionParams(['cid' => api_get_course_int_id(), 'sid' => $session_id]);
- Exclude checks
Variable "a_students" is not in valid camel caps format Open
Open
if (count($a_students) > 0) {
- Exclude checks