[svn r11813] update the progress field each time we change of item

skala
Julian Prud'homme 19 years ago
parent 5e5daa9546
commit 35099fc11d
  1. 1
      main/newscorm/lp_controller.php

@ -568,6 +568,7 @@ switch($_REQUEST['action'])
if($debug>0) error_log('New LP - Item id is '.$_GET['item_id'],0);
if(!$lp_found){ error_log('New LP - No learnpath given for content',0); require('lp_list.php'); }
else{
$_SESSION['oLP']->save_last();
$_SESSION['oLP']->set_current_item($_GET['item_id']);
$_SESSION['oLP']->start_current_item();
require('lp_content.php');

Loading…
Cancel
Save