diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-18 15:37:18 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-20 18:10:08 +0530 |
commit | e127a4fcceb95c343d2dad2aa1e0e0ee68b3cf2a (patch) | |
tree | a391136792a46cd83abd305df24069d10a79303a /phpBB/phpbb/db | |
parent | f310bc00a7ee4c8649dd884810dc81c6027e0099 (diff) | |
download | forums-e127a4fcceb95c343d2dad2aa1e0e0ee68b3cf2a.tar forums-e127a4fcceb95c343d2dad2aa1e0e0ee68b3cf2a.tar.gz forums-e127a4fcceb95c343d2dad2aa1e0e0ee68b3cf2a.tar.bz2 forums-e127a4fcceb95c343d2dad2aa1e0e0ee68b3cf2a.tar.xz forums-e127a4fcceb95c343d2dad2aa1e0e0ee68b3cf2a.zip |
[ticket/12729] Fix block header spacing for profilefield_facebook.php
PHPBB3-12729
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php b/phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php index 6b393e66a5..c91f898730 100644 --- a/phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php +++ b/phpBB/phpbb/db/migration/data/v310/profilefield_facebook.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\v310; |