12345678910111213 |
- <?php
- /* For licensing terms, see /license.txt */
- /**
- * This script used to allow compatibility between the New SCORM tool and both
- * version 1.6.3 and 1.8 of Dokeos by loading libraries in a different way.
- * The switch is now deprecated and this file will be renamed later on to
- * something like lp_includes.inc.php
- * @package chamilo.learnpath
- */
- /**
- * Code
- */
|