From bcbbeacaf87e217a72f704229e9e43cc36b9f8e3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 14 Feb 2011 16:40:12 +0100 Subject: [PATCH] [ticket/9944] Add empty line before the while() so you can better read the code PHPBB3-9944 --- phpBB/install/database_update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index fb1024be99..4d3d51923b 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1868,6 +1868,7 @@ function change_database_data(&$no_updates, $version) FROM ' . EXTENSION_GROUPS_TABLE . ' WHERE group_name ' . $db->sql_like_expression('EXT_GROUP_' . $db->any_char); $result = $db->sql_query($sql); + while ($row = $db->sql_fetchrow($result)) { $sql_ary = array(