|
From: Jon O. <jon...@us...> - 2008-02-17 22:15:20
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31759 Modified Files: functions.php Log Message: Nothing really, debugging and inserting space... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** functions.php 15 Feb 2008 22:15:15 -0000 1.40 --- functions.php 17 Feb 2008 22:15:16 -0000 1.41 *************** *** 255,262 **** function page_header( $page_title ) { ! global $pafiledb_config, $lang, $template, $userdata, $images, $action, $pafiledb; ! 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, $mx_block; if ( $action != 'download' ) --- 255,263 ---- function page_header( $page_title ) { ! global $pafiledb_config, $lang, $template, $userdata, $images, $pafiledb; ! global $template, $db, $theme, $gen_simple_header, $starttime, $phpEx, $board_config, $user_ip; global $admin_level, $level_prior, $tree, $do_gzip_compress; ! global $phpbb_root_path, $mx_root_path, $module_root_path, $is_block, $title, $mx_block; ! global $action; if ( $action != 'download' ) *************** *** 328,334 **** function page_footer() { ! global $pafiledb_cache, $lang, $template, $board_config, $pafiledb, $userdata, $phpbb_root_path; global $phpEx, $template, $do_gzip_compress, $debug, $db, $starttime; ! global $mx_root_path, $module_root_path, $is_block, $phpEx, $page_id; global $pa_module_version, $pa_module_orig_author, $pa_module_author; --- 329,335 ---- function page_footer() { ! global $pafiledb_cache, $lang, $template, $board_config, $pafiledb, $userdata; global $phpEx, $template, $do_gzip_compress, $debug, $db, $starttime; ! global $phpbb_root_path, $mx_root_path, $module_root_path, $is_block, $page_id; global $pa_module_version, $pa_module_orig_author, $pa_module_author; |