1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

dumdidumdidum

git-svn-id: file:///svn/phpbb/trunk@4980 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-09-05 09:59:56 +00:00
parent e3eaeef0f7
commit 76f9c1bdad
2 changed files with 2 additions and 2 deletions

View File

@@ -657,7 +657,7 @@ function compose_pm($id, $mode, $action)
if (!isset(${$type}[$id]))
{
unset($address_list[$type][$id]);
break;
continue;
}
$field = ($field == 'to') ? 'to' : 'bcc';