Browse Source

[svn r10990] move the language files before including global.inc.php

Julian Prud'homme 18 years ago
parent
commit
78b3922cf7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/mySpace/progression.php

+ 2 - 1
main/mySpace/progression.php

@@ -2,11 +2,12 @@
 /*
  * Created on 28 juil. 2006 by Elixir Interactive http://www.elixir-interactive.com
  */
+$language_file = array ('registration', 'index','tracking');
 require ('../inc/global.inc.php');
  
  $nameTools= get_lang('Progression');
  // name of the language file that needs to be included 
-$language_file = array ('registration', 'index','trad4all','tracking');
+
  $cidReset=true;