mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
dumdidumdidum
git-svn-id: file:///svn/phpbb/trunk@4980 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e3eaeef0f7
commit
76f9c1bdad
2 changed files with 2 additions and 2 deletions
|
@ -1058,7 +1058,7 @@ function submit_pm($mode, $subject, $data, $update_message, $put_in_outbox = tru
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
print_r($data);
|
|
||||||
$current_time = time();
|
$current_time = time();
|
||||||
|
|
||||||
// Collect some basic informations about which tables and which rows to update/insert
|
// Collect some basic informations about which tables and which rows to update/insert
|
||||||
|
|
|
@ -657,7 +657,7 @@ function compose_pm($id, $mode, $action)
|
||||||
if (!isset(${$type}[$id]))
|
if (!isset(${$type}[$id]))
|
||||||
{
|
{
|
||||||
unset($address_list[$type][$id]);
|
unset($address_list[$type][$id]);
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$field = ($field == 'to') ? 'to' : 'bcc';
|
$field = ($field == 'to') ? 'to' : 'bcc';
|
||||||
|
|
Loading…
Add table
Reference in a new issue