diff options
| author | Nils Adermann <naderman@naderman.de> | 2007-03-17 12:18:38 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2007-03-17 12:18:38 +0000 |
| commit | c14916296224158c899ee1433faab5bc75ed2609 (patch) | |
| tree | 45b119566add16c8ef4ce2bc41eb48bdee900b9a /phpBB/install/install_convert.php | |
| parent | 365c02b9a3e62e5c98a3eb9e091ad7e751004f82 (diff) | |
| download | forums-c14916296224158c899ee1433faab5bc75ed2609.tar forums-c14916296224158c899ee1433faab5bc75ed2609.tar.gz forums-c14916296224158c899ee1433faab5bc75ed2609.tar.bz2 forums-c14916296224158c899ee1433faab5bc75ed2609.tar.xz forums-c14916296224158c899ee1433faab5bc75ed2609.zip | |
- check for username_clean collisions prior to conversion
git-svn-id: file:///svn/phpbb/trunk@7204 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_convert.php')
| -rw-r--r-- | phpBB/install/install_convert.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php index 466de0e956..15a98e34ed 100644 --- a/phpBB/install/install_convert.php +++ b/phpBB/install/install_convert.php @@ -90,7 +90,7 @@ class install_convert extends module function main($mode, $sub) { - global $lang, $template, $phpbb_root_path, $phpEx, $cache, $config, $language; + global $lang, $template, $phpbb_root_path, $phpEx, $cache, $config, $language, $table_prefix; global $convert; $this->tpl_name = 'install_convert'; |
