Closed (fixed)
Project:
Privatemsg
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2009 at 11:05 UTC
Updated:
22 Jun 2009 at 12:00 UTC
Another small performance patch.
Currently, privatemsg_view() executes a UPDATE query for every displayed message. However, it is only necessary to do that for messages that aren't yet read.
| Comment | File | Size | Author |
|---|---|---|---|
| privatemsg.change_status.patch | 858 bytes | berdir |
Comments
Comment #1
berdirFix title
Comment #2
naheemsays commentedTested and this works as expected.
Comment #3
litwol commentedcommitted :)