mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/9944] Add empty line before the while() so you can better read the code
PHPBB3-9944
This commit is contained in:
parent
4890006cbb
commit
bcbbeacaf8
1 changed files with 1 additions and 0 deletions
|
@ -1868,6 +1868,7 @@ function change_database_data(&$no_updates, $version)
|
||||||
FROM ' . EXTENSION_GROUPS_TABLE . '
|
FROM ' . EXTENSION_GROUPS_TABLE . '
|
||||||
WHERE group_name ' . $db->sql_like_expression('EXT_GROUP_' . $db->any_char);
|
WHERE group_name ' . $db->sql_like_expression('EXT_GROUP_' . $db->any_char);
|
||||||
$result = $db->sql_query($sql);
|
$result = $db->sql_query($sql);
|
||||||
|
|
||||||
while ($row = $db->sql_fetchrow($result))
|
while ($row = $db->sql_fetchrow($result))
|
||||||
{
|
{
|
||||||
$sql_ary = array(
|
$sql_ary = array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue