Minor - cosmetic changes

skala
Julio Montoya 13 years ago
parent c1ad4e94fa
commit 0b95b030d2
  1. 4
      main/inc/ajax/model.ajax.php

@ -240,9 +240,9 @@ switch ($action) {
$result = get_work_user_list($start, $limit, $sidx, $sord, $work_id, $where_condition); $result = get_work_user_list($start, $limit, $sidx, $sord, $work_id, $where_condition);
break; break;
case 'get_exercise_results': case 'get_exercise_results':
$course = api_get_course_info(); $course = api_get_course_info();
//used inside get_exam_results_data() //used inside get_exam_results_data()
$documentPath = api_get_path(SYS_COURSE_PATH) . $course['path'] . "/document"; $documentPath = api_get_path(SYS_COURSE_PATH) . $course['path'] . "/document";
if ($is_allowedToEdit) { if ($is_allowedToEdit) {
$columns = array('firstname', 'lastname', 'username', 'group_name', 'exe_duration', 'start_date', 'exe_date', 'score', 'status', 'actions'); $columns = array('firstname', 'lastname', 'username', 'group_name', 'exe_duration', 'start_date', 'exe_date', 'score', 'status', 'actions');
} else { } else {

Loading…
Cancel
Save