aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-12 21:43:07 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-12 21:43:07 +0000
commit15b2933fd9867d15bd81b3fd86487837d9e3c6fe (patch)
treed50465f431f645d34dc19393e4467d18eb146311 /phpBB/install/install_install.php
parent1b689a884d091c5750ac4bb1c4d82d28bbc0c1ae (diff)
downloadforums-15b2933fd9867d15bd81b3fd86487837d9e3c6fe.tar
forums-15b2933fd9867d15bd81b3fd86487837d9e3c6fe.tar.gz
forums-15b2933fd9867d15bd81b3fd86487837d9e3c6fe.tar.bz2
forums-15b2933fd9867d15bd81b3fd86487837d9e3c6fe.tar.xz
forums-15b2933fd9867d15bd81b3fd86487837d9e3c6fe.zip
remove user with empty username_clean...
git-svn-id: file:///svn/phpbb/trunk@7180 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
-rwxr-xr-xphpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index 392f70dec9..eeb0bd8491 100755
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -1669,7 +1669,7 @@ class install_install extends module
if (!function_exists('user_add'))
{
- include_once($phpbb_root_path . 'includes/functions_user.' . $phpEx);
+ include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
}
foreach ($this->bot_list as $bot_name => $bot_ary)