[svn r9903] Added aicc 'au' type to save() method

skala
Yannick Warnier 19 years ago
parent 2e47dc1274
commit ff848a8942
  1. 2
      main/newscorm/learnpathItem.class.php

@ -928,7 +928,7 @@ class learnpathItem{
$item_id = $this->get_id();
//first check if parameters passed via GET can be saved here
//in case it's a SCORM, we should get:
if($this->type == 'sco'){
if($this->type == 'sco' || $this->type== 'au'){
$s = $this->get_status(true);
if($this->prevent_reinit == 1 AND
$s != $this->possible_status[0] AND $s != $this->possible_status[1]){

Loading…
Cancel
Save