diff -r a1ccf990db6b -r a007145a0ff6 includes/dbal.php
--- a/includes/dbal.php Sat Dec 01 02:39:49 2007 -0500
+++ b/includes/dbal.php Mon Dec 03 17:36:25 2007 -0500
@@ -124,8 +124,6 @@
{
$this->enable_errorhandler();
- dc_here('dbal: trying to connect....');
-
if ( defined('IN_ENANO_INSTALL') && !defined('IN_ENANO_UPGRADE') )
{
@include(ENANO_ROOT.'/config.new.php');
@@ -140,7 +138,6 @@
if ( !defined('ENANO_INSTALLED') && !defined('MIDGET_INSTALLED') && !defined('IN_ENANO_INSTALL') )
{
- dc_here('dbal: oops, looks like Enano isn\'t set up. Constants ENANO_INSTALLED, MIDGET_INSTALLED, and IN_ENANO_INSTALL are all undefined.');
// scriptPath isn't set yet - we need to autodetect it to avoid infinite redirects
if ( !defined('scriptPath') )
{
@@ -169,7 +166,6 @@
if ( !$this->_conn )
{
- dc_here('dbal: uhoh!
'.mysql_error());
grinding_halt('Enano is having a problem', '
Error: couldn\'t connect to MySQL.
'.mysql_error().'