From 66aa62b072b2bc2bb2c4e4d6d2c2851dfd76fd36 Mon Sep 17 00:00:00 2001 From: Isaac Flores Date: Thu, 7 May 2009 20:19:32 +0200 Subject: [PATCH] [svn r20393] minor - logic changes - added current_start_time - (partial FS#4063) --- main/newscorm/learnpathItem.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/newscorm/learnpathItem.class.php b/main/newscorm/learnpathItem.class.php index d177a103f6..766f355630 100644 --- a/main/newscorm/learnpathItem.class.php +++ b/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()."'," .