|
From: FlorinCB <ory...@us...> - 2009-10-18 04:15:27
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4010/includes Modified Files: mx_functions_core.php Log Message: fix Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.118 retrieving revision 1.119 diff -C2 -d -r1.118 -r1.119 *** mx_functions_core.php 8 Oct 2009 17:01:05 -0000 1.118 --- mx_functions_core.php 18 Oct 2009 04:15:18 -0000 1.119 *************** *** 61,65 **** * */ ! function load_backend() { global $db, $portal_config, $phpbb_root_path, $mx_root_path; --- 61,65 ---- * */ ! function load_backend($portal_backend = false) { global $db, $portal_config, $phpbb_root_path, $mx_root_path; *************** *** 76,80 **** $portal_config = $this->obtain_mxbb_config(false); } ! // // Load backend --- 76,88 ---- $portal_config = $this->obtain_mxbb_config(false); } ! ! // ! // Overwrite Backend ! // ! if ($portal_backend) ! { ! $portal_config['portal_backend'] = $portal_backend; ! } ! // // Load backend |