Quote:
Originally Posted by ShMilO
i've just installed it on 3.6.8
i got it to work
i installed the latest version 1.3.1
but it still sends 2 pm's to a user
when actually there's only one pm
and another one always remains unread
|
found an answer myself
if anyone still has that problem then here's a solution
edit : warn.php
find :
$ws_userupdate[] = "pmtotal = pmtotal + 1";
$ws_userupdate[] = "pmunread = pmunread + 1";
change it to :
$ws_userupdate[] = "pmtotal = pmtotal + 1";
$ws_userupdate[] = "pmunread = pmunread + 0";
and it will work fine