Quote:
Originally Posted by Junkie
Any idea why when issuing a warning and the subsequent email why two messages show as being in the users inbox, but there is just the one message; and then after reading the message, it shows that there is still one unread message in the inbox.
|
That may be from a previous bad installation. Do a query:
[SQL]UPDATE user SET pmunread = pmunread - 1 WHERE userid = YOURUSERID[/SQL]
Of course, replace YOURUSERID with the actual userid.