|
From: Florin C B. <ory...@us...> - 2013-03-06 18:39:56
|
Update of /cvsroot/mxbb/mx_who_am_i/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16062 Modified Files: mx_common.php Log Message: fixes phpbb_root_path as global in common function Index: mx_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/includes/mx_common.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_common.php 16 Dec 2011 01:35:07 -0000 1.11 --- mx_common.php 6 Mar 2013 18:39:54 -0000 1.12 *************** *** 156,160 **** function _html_output() { ! global $phpEx; global $mx_user; global $board_config; --- 156,160 ---- function _html_output() { ! global $phpEx, $phpbb_root_path, $mx_root_path; global $mx_user; global $board_config; |