|
From: Jon O. <jon...@us...> - 2008-07-11 23:03:33
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15230 Modified Files: mx_functions_core.php Log Message: more Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.94 retrieving revision 1.95 diff -C2 -d -r1.94 -r1.95 *** mx_functions_core.php 11 Jul 2008 21:23:16 -0000 1.94 --- mx_functions_core.php 11 Jul 2008 23:03:29 -0000 1.95 *************** *** 65,69 **** global $db, $portal_config, $phpbb_root_path, $mx_root_path; global $mx_table_prefix, $table_prefix, $phpEx, $tplEx; ! global $mx_backend; // --- 65,69 ---- global $db, $portal_config, $phpbb_root_path, $mx_root_path; global $mx_table_prefix, $table_prefix, $phpEx, $tplEx; ! global $mx_backend, $phpbb_auth; // |