aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-11-09 12:12:12 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-11-09 12:16:38 +0100
commit07e7c475d510a221c9080529647ec432cca038c6 (patch)
treeedf7dd2e95e7414d53bc89ad3e4518c8b2227d96 /phpBB/install
parent53e9bab237470e827243fcf3743eb7ca3d9ee346 (diff)
downloadforums-07e7c475d510a221c9080529647ec432cca038c6.tar
forums-07e7c475d510a221c9080529647ec432cca038c6.tar.gz
forums-07e7c475d510a221c9080529647ec432cca038c6.tar.bz2
forums-07e7c475d510a221c9080529647ec432cca038c6.tar.xz
forums-07e7c475d510a221c9080529647ec432cca038c6.zip
[ticket/10897] Add space after foreach.
PHPBB3-10897
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 0343e0dc86..4c94cdf5bd 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2136,7 +2136,7 @@ function change_database_data(&$no_updates, $version)
'WiseNut [Bot]',
);
- foreach($bots_to_update as $bot_name => $bot_array)
+ foreach ($bots_to_update as $bot_name => $bot_array)
{
list($bot_agent, $bot_ip) = $bot_array;
@@ -2165,7 +2165,7 @@ function change_database_data(&$no_updates, $version)
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
}
- foreach($bots_to_delete as $bot_name)
+ foreach ($bots_to_delete as $bot_name)
{
$bot_name_clean = utf8_clean_string($bot_name);