From d8685d7a7882f0495a20049d8cbb8ce9e6b20734 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Mon, 8 Jan 2007 08:58:55 +0100 Subject: [PATCH] [svn r10606] replace langFile by language_file --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 96c2caa3b0..24f078b67a 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ /** * @package dokeos.main * @author Patrick Cool , 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();