aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 4f96966a81..f805d19d38 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -912,6 +912,11 @@ function change_database_data(&$no_updates, $version)
}
$db->sql_freeresult($result);
+ $sql = 'UPDATE ' . BOTS_TABLE . "
+ SET bot_agent = 'ichiro/'
+ WHERE bot_agent = 'ichiro/2'";
+ _sql($sql, $errored, $error_ary);
+
$no_updates = false;
break;