From ff848a894295a5919519f70c311c44317df472af Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 8 Nov 2006 03:19:24 +0100 Subject: [PATCH] [svn r9903] Added aicc 'au' type to save() method --- 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 fa15d512db..769fb748bd 100644 --- a/main/newscorm/learnpathItem.class.php +++ b/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]){