From: andi <bin...@li...> - 2001-09-12 18:13:29
|
andi Wed Sep 12 11:13:24 2001 EDT Modified files: /r2/binarycloud/base/core Lang.php Log: Changes to match new conf filenames Index: r2/binarycloud/base/core/Lang.php diff -u r2/binarycloud/base/core/Lang.php:1.6 r2/binarycloud/base/core/Lang.php:1.7 --- r2/binarycloud/base/core/Lang.php:1.6 Sun Sep 9 09:48:17 2001 +++ r2/binarycloud/base/core/Lang.php Wed Sep 12 11:13:24 2001 @@ -1,7 +1,7 @@ <?php // Header {{{ /******************************************************************************* - ** -File $Id: Lang.php,v 1.6 2001/09/09 16:48:17 andi Exp $ + ** -File $Id: Lang.php,v 1.7 2001/09/12 18:13:24 andi Exp $ ** -License LGPL (http://www.gnu.org/copyleft/lesser.html) ** -Copyright 2001, The Turing Studio, Inc. ** -Author nico galoppo, ni...@cr... @@ -61,7 +61,7 @@ */ function Set_Language() { - import("user.conf.langs"); + import("user.conf.Languages"); $lang_set = $this->_set_lang_from_query_string(); |