Quote:
Originally Posted by sweetpotato
I have fixed the problem successfully
The phrase:
<a href="member.php?u={1}">{2}</a> sent <b>{3} {4}</b> points to <a href="{5}">{6}</a>
should be:
<a href="member.php?u={1}">{2}</a> sent <b>{3} {4}</b> points to <a href="member.php?u={5}">{6}</a>
|
You are right, didn't saw this. Thanks for pointing me to it. Fixed in next version.