[svn r10222] remove some language_file[] = * which are not usefull (since global.inc.php is not called after that)

skala
Eric Marguin 19 years ago
parent b252baaa2c
commit 348aca017b
  1. 4
      main/newscorm/lp_edit.php
  2. 2
      main/newscorm/lp_view.php

@ -7,10 +7,6 @@
/** /**
* Script * 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 $show_description_field = false; //for now
$nameTools = get_lang("Doc"); $nameTools = get_lang("Doc");

@ -24,8 +24,6 @@
if($lp_controller_touched!=1){ if($lp_controller_touched!=1){
header('location: lp_controller.php?action=view&item_id='.$_REQUEST['item_id']); header('location: lp_controller.php?action=view&item_id='.$_REQUEST['item_id']);
} }
$language_file[] = "scormdocument";
$language_file[] = "learnpath";
/* /*
----------------------------------------------------------- -----------------------------------------------------------

Loading…
Cancel
Save