Quote:
Originally Posted by Loxias
I tried to re-install this for vb 3.0.3 and get a weird result. The 10 people last listed repeat probably 50+ times, ordered 1-10. Ideas?
|
I had the same problem but couldn't find an answer so I did a kludge myself.
It appears that the hack is ran five times since it shows 50 entries with 1-10 repeated 5 times. So in order to limit the effects I made it so only the last one stuck.
Code:
above
while ($recipient=$DB_site->fetch_array($recipients))
add
$lastclicks = '';
It would of been nicer to know why it is running five times.