|
From: Jon O. <jon...@us...> - 2005-04-11 20:00:30
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15485/modules/mx_pafiledb/pafiledb/includes Modified Files: pafiledb_constants.php Log Message: fixing up Index: pafiledb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pafiledb_constants.php 11 Apr 2005 17:55:41 -0000 1.9 --- pafiledb_constants.php 11 Apr 2005 20:00:19 -0000 1.10 *************** *** 31,34 **** --- 31,35 ---- $is_block = false; // This also makes the script work for phpBB ;) } + define( 'PAGE_DOWNLOAD', -501 ); // If this id generates a conflict with other mods, change it ;) // define('PAFILEDB_DEBUG', 0); // Pafiledb Mod Debugging off |