Code syncronized with shipsimu code base
[mailer.git] / inc / database.php
index 8dd90e46da5f2d9169f3d3280612742550664ff9..1d381d2e2b482139d043173e4caebb3e9d8c4dde 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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!<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