mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
make sure custom profile fields are created correctly on registration (#2225)
git-svn-id: file:///svn/phpbb/trunk@6058 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package phpBB3
|
||||
* Class for handling archives (compression/decompression)
|
||||
* @package phpBB3
|
||||
*/
|
||||
class compress
|
||||
{
|
||||
@@ -121,8 +121,6 @@ class compress
|
||||
}
|
||||
|
||||
/**
|
||||
* @package phpBB3
|
||||
*
|
||||
* Zip creation class from phpMyAdmin 2.3.0 (c) Tobias Ratschiller, Olivier M<>ller, Lo<4C>c Chapeaux,
|
||||
* Marc Delisle, http://www.phpmyadmin.net/
|
||||
*
|
||||
@@ -132,6 +130,8 @@ class compress
|
||||
*
|
||||
* Based on work by Eric Mueller and Denis125
|
||||
* Official ZIP file format: http://www.pkware.com/appnote.txt
|
||||
*
|
||||
* @package phpBB3
|
||||
*/
|
||||
class compress_zip extends compress
|
||||
{
|
||||
@@ -440,10 +440,10 @@ class compress_zip extends compress
|
||||
}
|
||||
|
||||
/**
|
||||
* @package phpBB3
|
||||
*
|
||||
* Tar/tar.gz compression routine
|
||||
* Header/checksum creation derived from tarfile.pl, (c) Tom Horsley, 1994
|
||||
*
|
||||
* @package phpBB3
|
||||
*/
|
||||
class compress_tar extends compress
|
||||
{
|
||||
|
Reference in New Issue
Block a user