|
|
|
@ -4,13 +4,13 @@ |
|
|
|
|
/** |
|
|
|
|
* Process part of the SCORM sub-process for upload. This script MUST BE included by upload/index.php |
|
|
|
|
* as it prepares most of the variables needed here. |
|
|
|
|
* @package dokeos.upload |
|
|
|
|
* @package chamilo.upload |
|
|
|
|
* @author Yannick Warnier <ywarnier@beeznest.org> |
|
|
|
|
*/ |
|
|
|
|
/** |
|
|
|
|
* Process the SCORM package and return to the SCORM tool |
|
|
|
|
*/ |
|
|
|
|
$language_file = "scorm"; |
|
|
|
|
$language_file = 'scorm'; |
|
|
|
|
$cwdir = getcwd(); |
|
|
|
|
require_once '../newscorm/lp_upload.php'; |
|
|
|
|
//reinit current working directory as many functions in upload change it |
|
|
|
@ -45,6 +45,6 @@ if ($error=='not_a_learning_path') { |
|
|
|
|
$msg = urlencode(get_lang('UplUploadSucceeded')); |
|
|
|
|
$dialogtype = 'confirmation'; |
|
|
|
|
} |
|
|
|
|
var_dump($msg);exit; |
|
|
|
|
header('location: ../newscorm/lp_controller.php?action=list&dialog_box='.$msg.'&dialogtype='.$dialogtype); |
|
|
|
|
?> |
|
|
|
|
exit; |
|
|
|
|
?> |