X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdb%2Flib.php;h=ba0d73c1e0178d8528c40a87b683a334446007d6;hb=96979cf66a4fc49fda5842e59f475af377821cf9;hp=51533a87067e957ceabae81c1151940a4d414909;hpb=6b13c5c64eebedd56683c78d799879e0dc618b21;p=mailer.git diff --git a/inc/db/lib.php b/inc/db/lib.php index 51533a8706..ba0d73c1e0 100644 --- a/inc/db/lib.php +++ b/inc/db/lib.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -48,7 +48,7 @@ if (isIncludeReadable($inc)) { loadIncludeOnce($inc); } else { // Bye, bye... - die('Cannot load database abstraction layer ' . getConfig('_DB_TYPE') . ' -> R.I.P.'); + debug_report_bug(__FILE__, __LINE__, 'Cannot load database abstraction layer ' . getConfig('_DB_TYPE') . ' -> R.I.P.'); } // [EOF]