[svn r13235] Added loading of language files (hotspot and exercice) only in case of export

skala
Yannick Warnier 17 years ago
parent 6646fbb9de
commit e68cddb84c
  1. 5
      main/newscorm/lp_controller.php

@ -11,6 +11,11 @@
$debug = 0;
if($debug>0) error_log('New LP -+- Entered lp_controller.php -+-',0);
// name of the language file that needs to be included
if($_GET['action'] == 'export')
{ //only needed on export
$language_file[] = 'hotspot';
$language_file[] = 'exercice';
}
$language_file[] = "course_home";
$language_file[] = "scormdocument";
$language_file[] = "scorm";

Loading…
Cancel
Save