Commenting useless code

skala
Julio Montoya 15 years ago
parent eeae31ebb5
commit 8912e1c255
  1. 7
      main/newscorm/lp_stats.php

@ -185,7 +185,7 @@ if (is_array($list) && count($list) > 0) {
" AND v.user_id = " . $user_id . " " .
" ORDER BY iv.view_count $qry_order ";
}
$sql.'<br/>';
//$sql.'<br/>';
$result = Database::query($sql);
$num = Database :: num_rows($result);
$time_for_total = 'NaN';
@ -486,7 +486,9 @@ if (is_array($list) && count($list) > 0) {
} else {
$score = 0;
$subtotal_time = 0;
}
//echo $subtotal_time ;
//$time = learnpathItem :: get_scorm_time('js', $subtotal_time);
// selecting the max score from an attempt
$sql = "SELECT SUM(t.ponderation) as maxscore from ( SELECT distinct question_id, marks,ponderation FROM $tbl_stats_attempts as at " .
@ -501,8 +503,9 @@ if (is_array($list) && count($list) > 0) {
}
}
$time_for_total = $subtotal_time;
$subtotal_time.' - ';
//$subtotal_time.' - ';
$time = learnpathItem :: get_scorm_time('js', $subtotal_time);
//var_dump($time );
if (empty ($title)) {
$title = rl_get_resource_name(api_get_course_id(), $lp_id, $row['myid']);
}

Loading…
Cancel
Save