diff -r a8a21e1c7afa -r c0c445d4a13e punbb/include/common.php --- a/punbb/include/common.php Thu Jul 12 01:04:01 2007 -0400 +++ b/punbb/include/common.php Thu Jul 12 15:00:35 2007 -0400 @@ -23,11 +23,11 @@ ************************************************************************/ // Enable DEBUG mode by removing // from the following line -//define('PUN_DEBUG', 1); +define('PUN_DEBUG', 1); // This displays all executed queries in the page footer. // DO NOT enable this in a production environment! -//define('PUN_SHOW_QUERIES', 1); +define('PUN_SHOW_QUERIES', 1); if (!defined('PUN_ROOT')) exit('The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory.');