diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-11-25 23:15:03 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-11-25 23:15:03 +0100 |
commit | aa3a46a35f086fa3462c9a7b32da5dbad08aa350 (patch) | |
tree | 0fd24e2fdc4a5a3958392810a54289527068ff36 | |
parent | 2e7ae40d49f0f422dd8af56e6a46b26cbd7995ca (diff) | |
parent | eb83bd5797d3fb7e6c1380b5ecaa2d0a2e69dd82 (diff) | |
download | forums-aa3a46a35f086fa3462c9a7b32da5dbad08aa350.tar forums-aa3a46a35f086fa3462c9a7b32da5dbad08aa350.tar.gz forums-aa3a46a35f086fa3462c9a7b32da5dbad08aa350.tar.bz2 forums-aa3a46a35f086fa3462c9a7b32da5dbad08aa350.tar.xz forums-aa3a46a35f086fa3462c9a7b32da5dbad08aa350.zip |
Merge remote-tracking branch 'nickvergessen/ticket/13381' into develop-ascraeus
-rw-r--r-- | phpBB/phpbb/db/migration/data/v31x/v312.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/phpbb/db/migration/data/v31x/v312.php b/phpBB/phpbb/db/migration/data/v31x/v312.php index 12a3ec3ae6..bf49935f4d 100644 --- a/phpBB/phpbb/db/migration/data/v31x/v312.php +++ b/phpBB/phpbb/db/migration/data/v31x/v312.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ namespace phpbb\db\migration\data\v31x; |