diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2011-02-14 16:40:12 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2011-02-14 16:40:12 +0100 |
| commit | bcbbeacaf87e217a72f704229e9e43cc36b9f8e3 (patch) | |
| tree | 1825d0b919c2b8c819c92e3276b4f08181e78076 /phpBB/install | |
| parent | 4890006cbb13635c97b03ab2c7d06ed613b8b16b (diff) | |
| download | forums-bcbbeacaf87e217a72f704229e9e43cc36b9f8e3.tar forums-bcbbeacaf87e217a72f704229e9e43cc36b9f8e3.tar.gz forums-bcbbeacaf87e217a72f704229e9e43cc36b9f8e3.tar.bz2 forums-bcbbeacaf87e217a72f704229e9e43cc36b9f8e3.tar.xz forums-bcbbeacaf87e217a72f704229e9e43cc36b9f8e3.zip | |
[ticket/9944] Add empty line before the while() so you can better read the code
PHPBB3-9944
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/database_update.php | 1 |
1 files changed, 1 insertions, 0 deletions
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( |
