|
From: Jon O. <jon...@us...> - 2008-02-15 22:44:59
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3597/includes Modified Files: functions.php functions_mx.php Log Message: bad globals Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** functions.php 15 Feb 2008 22:13:02 -0000 1.22 --- functions.php 15 Feb 2008 22:44:55 -0000 1.23 *************** *** 238,245 **** { global $linkdb_config, $lang, $userdata, $images, $action; ! global $linkdb, $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; // --- 238,245 ---- { global $linkdb_config, $lang, $userdata, $images, $action; ! global $linkdb; 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_linkdb/linkdb/includes/functions_mx.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions_mx.php 9 Sep 2007 20:09:02 -0000 1.2 --- functions_mx.php 15 Feb 2008 22:44:55 -0000 1.3 *************** *** 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; |