|
From: FlorinCB <ory...@us...> - 2008-10-04 18:01:40
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24724/includes Modified Files: mx_functions.php Log Message: fix for mx_users module and added a global var Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** mx_functions.php 4 Oct 2008 07:04:24 -0000 1.95 --- mx_functions.php 4 Oct 2008 18:01:29 -0000 1.96 *************** *** 757,761 **** function mx_get_userdata($user, $force_str = false) { ! global $db; if (!is_numeric($user) || $force_str) --- 757,761 ---- function mx_get_userdata($user, $force_str = false) { ! global $db, $phpBB2; if (!is_numeric($user) || $force_str) |