mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- added acp_language (language pack management)
- minor adjustments to cope with PHP5.x git-svn-id: file:///svn/phpbb/trunk@5315 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -666,7 +666,8 @@ function compose_pm($id, $mode, $action)
|
||||
}
|
||||
|
||||
$u = $g = array();
|
||||
foreach (array('u', 'g') as $type)
|
||||
$_types = array('u', 'g');
|
||||
foreach ($_types as $type)
|
||||
{
|
||||
if (isset($result[$type]) && $result[$type])
|
||||
{
|
||||
|
Reference in New Issue
Block a user