|
From: FlorinCB <ory...@us...> - 2008-06-26 19:40:35
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27231 Modified Files: session.php Log Message: some fix Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** session.php 26 Jun 2008 18:40:39 -0000 1.19 --- session.php 26 Jun 2008 19:40:30 -0000 1.20 *************** *** 1706,1710 **** function set_lang(&$lang, &$help, $lang_file, $use_db = false, $use_help = false) { ! global $lang, $phpbb_root_path, $phpEx; // Make sure the language path is set (if the user setup did not happen it is not set) --- 1706,1710 ---- function set_lang(&$lang, &$help, $lang_file, $use_db = false, $use_help = false) { ! global $phpbb_root_path, $phpEx; // Make sure the language path is set (if the user setup did not happen it is not set) |