|
From: Jon O. <jon...@us...> - 2008-02-16 00:14:28
|
Update of /cvsroot/mxbb/mx_news/mx_news/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10647/mx_news/includes Modified Files: functions.php functions_mx.php Log Message: more of the same... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions.php 15 Feb 2008 22:13:36 -0000 1.2 --- functions.php 16 Feb 2008 00:14:04 -0000 1.3 *************** *** 218,225 **** { global $mx_news_config, $lang, $userdata, $images, $action; ! global $mx_news, $HTTP_GET_VARS; global $template, $db, $theme, $gen_simple_header, $starttime, $phpEx, $board_config, $user_ip, $phpbb_root_path; global $admin_level, $level_prior, $tree, $do_gzip_compress; ! global $mx_root_path, $module_root_path, $is_block, $phpEx, $title; /* --- 218,225 ---- { global $mx_news_config, $lang, $userdata, $images, $action; ! global $mx_news; global $template, $db, $theme, $gen_simple_header, $starttime, $phpEx, $board_config, $user_ip, $phpbb_root_path; global $admin_level, $level_prior, $tree, $do_gzip_compress; ! global $mx_root_path, $module_root_path, $is_block, $title; /* Index: functions_mx.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions_mx.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_mx.php 8 Feb 2008 21:58:20 -0000 1.1 --- functions_mx.php 16 Feb 2008 00:14:04 -0000 1.2 *************** *** 166,170 **** function mx_do_install_upgrade( $sql = '', $main_install = false ) { ! global $table_prefix, $mx_table_prefix, $userdata, $phpEx, $template, $lang, $db, $board_config, $HTTP_POST_VARS; $inst_error = false; --- 166,170 ---- function mx_do_install_upgrade( $sql = '', $main_install = false ) { ! global $table_prefix, $mx_table_prefix, $userdata, $phpEx, $template, $lang, $db, $board_config; $inst_error = false; |