X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabase.php;h=f56baa3a4a329d08110bcc53909dadc3b80217da;hb=b532d52afc61415abf64d7ddfa7dc277884feae0;hp=badcd35549396a2f12458a9b31cb2210fe2d30b0;hpb=768cc231b262ebeaa5aec373d9b7d97cc6b6ac95;p=core.git diff --git a/inc/database.php b/inc/database.php index badcd355..f56baa3a 100644 --- a/inc/database.php +++ b/inc/database.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @deprecated @@ -36,7 +36,7 @@ if ((file_exists($fqfn)) && (is_file($fqfn)) && (is_readable($fqfn))) { require($fqfn); } else { // Layer is missing! - ApplicationEntryPoint::app_die(sprintf("[Main:] Database layer is missing! (%s) -> R.I.P.", + ApplicationEntryPoint::app_exit(sprintf("[Main:] Database layer is missing! (%s) -> R.I.P.", FrameworkConfiguration::getSelfInstance()->getConfigEntry('db_type') )); }