Quote:
Originally Posted by Bison
On Line 156:
Find:
Code:
$pm['receiver_key'] = array_keys(&$pm['receiver_raw']);
Change to this:
Code:
$pm['receiver_key'] = //array_keys(&$pm['receiver_raw']);
|
That does get rid of all "line 156 errors", but actually creates a new problem... now when viewing member's "sent items" mailbox for instance, the "sent to" column no longer shows the member name the PM was sent to. This is also the case when viewing the members "inbox" although in that case, it's rather obvious who's name the PM was sent to, as you're viewing all their PMs.