From: <unl...@us...> - 2002-08-14 04:15:15
|
Update of /cvsroot/meshdb/www/deal In directory usw-pr-cvs1:/tmp/cvs-serv25377 Modified Files: index.php Log Message: Changes made to various files. There was an error in functions.php which would cause a object error when an error message was needing to be displayed. Index: index.php =================================================================== RCS file: /cvsroot/meshdb/www/deal/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- index.php 14 Aug 2002 03:39:06 -0000 1.4 +++ index.php 14 Aug 2002 04:15:12 -0000 1.5 @@ -34,7 +34,8 @@ include('./includes/page_header.'.$phpEx); - + // Test messages + // message_die(GENERAL_MESSAGE, "Could not connect to the database"); // // Start Body |