|
From: Jon O. <jon...@us...> - 2005-05-01 20:20:22
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3409/modules/mx_pafiledb/admin Modified Files: pa_block_config.php Log Message: minor cache related fixes Index: pa_block_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/pa_block_config.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pa_block_config.php 11 Apr 2005 17:55:39 -0000 1.2 --- pa_block_config.php 1 May 2005 20:20:11 -0000 1.3 *************** *** 22,25 **** --- 22,26 ---- $module_root_path = "../"; + $no_page_header = TRUE; require( $mx_root_path . 'admin/pagestart.php' ); |