mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/new-tz-handling] Fix code and doc layout
PHPBB3-9558
This commit is contained in:
@@ -1111,10 +1111,12 @@ function phpbb_tz_select_compare($a, $b)
|
||||
if ($a_name == $b_name)
|
||||
{
|
||||
return 0;
|
||||
} else if ($a_name == 'UTC')
|
||||
}
|
||||
else if ($a_name == 'UTC')
|
||||
{
|
||||
return -1;
|
||||
} else if ($b_name == 'UTC')
|
||||
}
|
||||
else if ($b_name == 'UTC')
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user