Minor - Update comment

pull/2487/head
Yannick Warnier 9 years ago
parent 9c21563a7f
commit a07a1371c2
  1. 2
      main/lp/learnpath.class.php

@ -62,7 +62,7 @@ class learnpath
public $refs_list = array (); //list of items by ref => db_id. Used only for prerequisites match.
// !!!This array (refs_list) is built differently depending on the nature of the LP.
// If SCORM, uses ref, if Chamilo, uses id to keep a unique value.
public $type; //type of learnpath. Could be 'dokeos', 'scorm', 'scorm2004', 'aicc', ...
public $type; //type of learnpath. Could be 'chamilo', 'scorm', 'scorm2004', 'aicc', ...
// TODO: Check if this type variable is useful here (instead of just in the controller script).
public $user_id; //ID of the user that is viewing/using the course
public $update_queue = array();

Loading…
Cancel
Save