[svn r20393] minor - logic changes - added current_start_time - (partial FS#4063)

skala
Isaac Flores 16 years ago
parent e6e46130b8
commit 66aa62b072
  1. 2
      main/newscorm/learnpathItem.class.php

@ -2338,7 +2338,7 @@ function get_terms()
}
$sql = "UPDATE $item_view_table " .
"SET " .$total_time.
//" start_time = ".$this->get_current_start_time().", " .
" start_time = ".$this->get_current_start_time().", " .
" score = ".$this->get_score().", " .
$my_status.
" max_score = '".$this->get_max()."'," .

Loading…
Cancel
Save