Closed (fixed)
Project:
Privatemsg
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Aug 2007 at 03:31 UTC
Updated:
12 Nov 2007 at 22:41 UTC
I was able to get this functionality to work properly by changing line 1603 from
db_query("UPDATE {privatemsg} SET newmsg = 0 WHERE id = %d", $message_id);
to
db_query("UPDATE {privatemsg} SET newmsg = 0 WHERE id = %d", $message->id);
In the _privatemsg_view function, $message->id is used rather than $message_id
Josh
Comments
Comment #1
cetron commentedIt works for me... thanks
Comment #2
czarphanguye commentedDoesn't this break the nonfiction that the recipient got and read the message? *confused*
Comment #3
Zen commentedThis appears to have been fixed (in mid August). Marking as such.
Thanks,
-K
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.