diff options
author | Saeed Hubaishan <hubaishan@users.noreply.github.com> | 2015-12-05 06:48:28 +0300 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-07 20:03:35 +0100 |
commit | a339b9e84faf1db97e4a9c6637ae974f90a3ad6b (patch) | |
tree | 236f3d5d45888f9a56d6738f863d1fe5a8333655 | |
parent | 678ca5dcdc27f2df10c6042ce74d08f4196d5a02 (diff) | |
download | forums-a339b9e84faf1db97e4a9c6637ae974f90a3ad6b.tar forums-a339b9e84faf1db97e4a9c6637ae974f90a3ad6b.tar.gz forums-a339b9e84faf1db97e4a9c6637ae974f90a3ad6b.tar.bz2 forums-a339b9e84faf1db97e4a9c6637ae974f90a3ad6b.tar.xz forums-a339b9e84faf1db97e4a9c6637ae974f90a3ad6b.zip |
[ticket/13180] Increase dateformat field size
remove empty line as marc1706 guided
PHPBB3-13180
-rw-r--r-- | phpBB/phpbb/db/migration/data/v31x/increase_size_of_dateformat.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v31x/increase_size_of_dateformat.php b/phpBB/phpbb/db/migration/data/v31x/increase_size_of_dateformat.php index d2dfeff728..634e50ff19 100644 --- a/phpBB/phpbb/db/migration/data/v31x/increase_size_of_dateformat.php +++ b/phpBB/phpbb/db/migration/data/v31x/increase_size_of_dateformat.php @@ -32,5 +32,4 @@ class increase_size_of_dateformat extends \phpbb\db\migration\migration ), ); } - } |