]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/database.php
Resorted...
[shipsimu.git] / inc / database.php
index 8dd90e46da5f2d9169f3d3280612742550664ff9..cc4d384643876ada9859522cf9a83a0e7aec706e 100644 (file)
@@ -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