aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop')
-rwxr-xr-xphpBB/develop/repair_bots.php4
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)
{