earning_name renamed to earning_provider
[mailer.git] / inc / db / lib.php
index d703948c98a4c55732acb9f2048cd3d5d60bb4a4..c18c0adaa1e78ed87cf76c30fa766005b296344e 100644 (file)
@@ -48,7 +48,7 @@ if (isIncludeReadable($inc)) {
        loadIncludeOnce($inc);
 } else {
        // Bye, bye...
-       die('Cannot load database abstraction layer <u>' . getConfig('_DB_TYPE') . '</u> -&gt; R.I.P.');
+       debug_report_bug(__FILE__, __LINE__, 'Cannot load database abstraction layer <u>' . getConfig('_DB_TYPE') . '</u> -&gt; R.I.P.');
 }
 
 // [EOF]