diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-11-01 12:49:50 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-11-01 12:49:50 +0000 |
commit | 5f37327568ab7208e979edc18fe2fdf21c1a357e (patch) | |
tree | 402a507204c6e8cfd14304abb2ebfbbcb37d8b0f /phpBB/develop | |
parent | c2721483b651fcc399182225249faff4820ae881 (diff) | |
download | forums-5f37327568ab7208e979edc18fe2fdf21c1a357e.tar forums-5f37327568ab7208e979edc18fe2fdf21c1a357e.tar.gz forums-5f37327568ab7208e979edc18fe2fdf21c1a357e.tar.bz2 forums-5f37327568ab7208e979edc18fe2fdf21c1a357e.tar.xz forums-5f37327568ab7208e979edc18fe2fdf21c1a357e.zip |
...
git-svn-id: file:///svn/phpbb/trunk@8221 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rwxr-xr-x | phpBB/develop/repair_bots.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/develop/repair_bots.php b/phpBB/develop/repair_bots.php index 1ab81d3c7a..431d40b6d6 100755 --- a/phpBB/develop/repair_bots.php +++ b/phpBB/develop/repair_bots.php @@ -166,10 +166,6 @@ function add_bots() 'YahooSeeker [Bot]' => array('YahooSeeker/', ''), ); - if (!function_exists('user_add')) - { - include($phpbb_root_path . 'includes/functions_user.' . $phpEx); - } foreach ($bots as $bot_name => $bot_ary) { |