X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fdatabase.php;h=54329fdeff19c33bff97b7407934e1c23ca1b72f;hb=3e1fbf30a631cf1cd64562b69228452c49e0033f;hp=da75d1a2340b70b6758cf873ae7fe4b3e33b2856;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/database.php b/inc/database.php index da75d1a2..54329fde 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, 2010 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @deprecated @@ -25,7 +25,7 @@ */ // Initialize database layer -$databaseInstance = null; +$databaseInstance = NULL; // Generate FQFN for the database layer $fqfn = FrameworkConfiguration::getInstance()->getConfigEntry('base_path') . 'inc/database/lib-' . FrameworkConfiguration::getInstance()->getConfigEntry('db_type') . '.php';