diff --git a/main/newscorm/lp_edit.php b/main/newscorm/lp_edit.php index da3ba719a2..ffce04d36c 100644 --- a/main/newscorm/lp_edit.php +++ b/main/newscorm/lp_edit.php @@ -7,10 +7,6 @@ /** * Script */ -// name of the language file that needs to be included -$language_file[] = "learnpath"; -$language_file[] = "scormdocument"; -$language_file[] = "scorm"; $show_description_field = false; //for now $nameTools = get_lang("Doc"); diff --git a/main/newscorm/lp_view.php b/main/newscorm/lp_view.php index 8b30a4fcfb..482e0f1f08 100644 --- a/main/newscorm/lp_view.php +++ b/main/newscorm/lp_view.php @@ -24,8 +24,6 @@ if($lp_controller_touched!=1){ header('location: lp_controller.php?action=view&item_id='.$_REQUEST['item_id']); } -$language_file[] = "scormdocument"; -$language_file[] = "learnpath"; /* -----------------------------------------------------------