added files for database format-upgrade
[core.git] / inc / database.php
index 6b028d36e7207477859c98cb9ec18d7f3c8a81bd..28ad6743294a12264742e7477afce852a5e82453 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  * @deprecated
@@ -50,6 +50,3 @@ $connectionInstance = DatabaseConnection::createDatabaseConnection(DebugMiddlewa
 // Is the app variable there and valid?
 // @TODO Rewrite this
 if (is_object($app)) $app->setDatabaseInstance($connectionInstance);
-
-// [EOF]
-?>