|
@@ 858-861 (lines=4) @@
|
| 855 |
|
$smcFunc['db_free_result']($request2); |
| 856 |
|
|
| 857 |
|
// Is this in the inbox as well? |
| 858 |
|
if ($row['in_inbox'] == 1) |
| 859 |
|
{ |
| 860 |
|
$context['message_labels'][$row['id_pm']][-1] = array('id' => -1, 'name' => $context['labels'][-1]['name']); |
| 861 |
|
} |
| 862 |
|
} |
| 863 |
|
} |
| 864 |
|
$smcFunc['db_free_result']($request); |
|
@@ 1640-1643 (lines=4) @@
|
| 1637 |
|
$smcFunc['db_free_result']($request2); |
| 1638 |
|
|
| 1639 |
|
// Is this in the inbox as well? |
| 1640 |
|
if ($row['in_inbox'] == 1) |
| 1641 |
|
{ |
| 1642 |
|
$context['message_labels'][$row['id_pm']][-1] = array('id' => -1, 'name' => $context['labels'][-1]['name']); |
| 1643 |
|
} |
| 1644 |
|
|
| 1645 |
|
$row['labels'] = $row['labels'] == '' ? array() : explode(',', $row['labels']); |
| 1646 |
|
} |