X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabase.php;h=1d381d2e2b482139d043173e4caebb3e9d8c4dde;hb=c59dccf46c5d0e3b7f2687370b2b15023b1ecdfe;hp=8dd90e46da5f2d9169f3d3280612742550664ff9;hpb=e2767d5148436d0c90ed66ed9290416353ae6e60;p=hub.git diff --git a/inc/database.php b/inc/database.php index 8dd90e46d..1d381d2e2 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, this is free software + * @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 * @@ -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