X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fdatabase.php;h=54329fdeff19c33bff97b7407934e1c23ca1b72f;hb=3c97eff502ab08e0b278d11022bff2aef437d41a;hp=23dd71928ce0b9c8bb6e52cb34f50625482714e6;hpb=3b369c267715db8baefd28b85375406946270ebd;p=core.git diff --git a/inc/database.php b/inc/database.php index 23dd7192..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 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';