X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fdatabase%2Flib-local.php;h=5abbc1512bbdf2d7d30c45c793ae393cae523a2f;hp=9ee5507687caccc102e8af41e565d96994eea21a;hb=b002c5909aa0f781505dde5414964b0f014cde01;hpb=3e1fbf30a631cf1cd64562b69228452c49e0033f diff --git a/inc/database/lib-local.php b/inc/database/lib-local.php index 9ee55076..5abbc151 100644 --- a/inc/database/lib-local.php +++ b/inc/database/lib-local.php @@ -2,11 +2,11 @@ /** * Initializes the local file database class * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 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.ship-simu.org + * @link http://www.shipsimu.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 @@ -24,6 +24,3 @@ // For testing purposes we use a local file database $databaseInstance = ObjectFactory::createObjectByConfiguredName('local_file_database_class'); - -// [EOF] -?>