]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/database.php
Resorted...
[shipsimu.git] / inc / database.php
index 62e64fb92b36f3bdf108530c8bfdce742adc8690..cc4d384643876ada9859522cf9a83a0e7aec706e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Initializes the database layer
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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!<br />
-E.g.:<pre>&#36;GLOBALS[&#39;cfg&#39]->defineDatabaseType(&quot;local&quot;);</pre>
-This will choose the local-file-based database type (layer)");
+E.g.:<pre>&#36;cfg->defineDatabaseType(&quot;local&quot;);</pre>
+This will choose the local file-based database layer.");
 }
 
 // Generate FQFN for the database layer