|
From: Jon O. <jon...@us...> - 2008-02-17 20:26:26
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18938 Modified Files: pa_post_comment.php pa_user_upload.php Log Message: Full page posting/editing Index: pa_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_post_comment.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** pa_post_comment.php 15 Feb 2008 22:45:37 -0000 1.25 --- pa_post_comment.php 17 Feb 2008 20:26:22 -0000 1.26 *************** *** 33,36 **** --- 33,41 ---- // + // Go full page + // + $mx_block->full_page = true; + + // // Request vars // Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** pa_user_upload.php 15 Feb 2008 22:15:16 -0000 1.26 --- pa_user_upload.php 17 Feb 2008 20:26:22 -0000 1.27 *************** *** 29,33 **** global $pafiledb_config, $board_config, $phpbb_root_path; global $template, $db, $lang, $userdata, $user_ip, $phpEx, $pafiledb_functions; ! global $mx_root_path, $module_root_path, $is_block, $mx_request_vars; // ======================================================= --- 29,38 ---- global $pafiledb_config, $board_config, $phpbb_root_path; global $template, $db, $lang, $userdata, $user_ip, $phpEx, $pafiledb_functions; ! global $mx_root_path, $module_root_path, $is_block, $mx_request_vars, $mx_block; ! ! // ! // Go full page ! // ! $mx_block->full_page = true; // ======================================================= |