[svn r10606] replace langFile by language_file

skala
Eric Marguin 19 years ago
parent 02f79821d4
commit d8685d7a78
  1. 4
      index.php

@ -20,7 +20,7 @@
/**
* @package dokeos.main
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Refactoring
* @version $Id: index.php 10580 2006-12-31 17:13:48Z pcool $
* @version $Id: index.php 10606 2007-01-08 07:58:55Z elixir_inter $
* @todo check the different @todos in this page and really do them
* @todo check if the news management works as expected
*/
@ -31,7 +31,7 @@
define('DOKEOS_HOMEPAGE', true);
// the language file
$langFile = array ('courses', 'index');
$language_file = array ('courses', 'index');
/* Flag forcing the 'current course' reset, as we're not inside a course anymore */
// maybe we should change this into an api function? an example: Coursemanager::unset();

Loading…
Cancel
Save