X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabase.php;h=cc4d384643876ada9859522cf9a83a0e7aec706e;hb=68dd5593cadad2eb87ba3e229d454049b96dce86;hp=4947dd1f48e9b4a4b982aed68137e8b7010a2d7c;hpb=da516c3d08eed6ecc7e38bb99419971033432e69;p=shipsimu.git diff --git a/inc/database.php b/inc/database.php index 4947dd1..cc4d384 100644 --- a/inc/database.php +++ b/inc/database.php @@ -6,7 +6,7 @@ * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.ship-simu.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 @@ -29,8 +29,8 @@ $layer = null; if (!defined('_DB_TYPE')) { // Abort here ApplicationEntryPoint::app_die("[Main:] Please define a database type first!
-E.g.:
$GLOBALS['cfg']->defineDatabaseType("local");
-This will choose the local-file-based database type (layer)"); +E.g.:
$cfg->defineDatabaseType("local");
+This will choose the local file-based database layer."); } // Generate FQFN for the database layer