--- book/catalog/header.php Mon Nov 22 03:16:40 2004 +++ patches.book/catalog/header.php Mon Nov 22 02:58:53 2004 @@ -8,13 +8,14 @@ add_to_include_path('/book/catalog','/book/catalog/classes'); // set error reporting and logging to catch everything except user notices -set_handler((E_ALL ^ E_USER_NOTICE), (H_ERROR|H_LOG)); -// set_handler(E_ALL, H_DEBUG); +// set_handler((E_ALL ^ E_USER_NOTICE), (H_ERROR|H_LOG)); +set_handler(E_ALL, H_DEBUG); // include the function definitions for this application require_once('functions.php'); db_connect('catalog'); +define('DEBUG', E_ALL); anchor_tag(array('_defaults'=>array('style'=>'text-decoration:none;color:blue;'))); ?>