Преглед изворни кода

[svn r10838] Including libraries before using library-functions...
http://www.dokeos.com/forum/viewtopic.php?t=8315

Bart Mollet пре 18 година
родитељ
комит
06e558ec91
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      main/auth/my_progress.php

+ 2 - 1
main/auth/my_progress.php

@@ -4,9 +4,10 @@ $language_file = array('registration','tracking');
 
 $cidReset = true;
 
+require ('../inc/global.inc.php');
+
 $nameTools=get_lang('MyProgress');
 
-require ('../inc/global.inc.php');
 
 if(isset($_GET['id_session']))
 {