Page 1 of 1

Stupid summary

Posted: Fri Feb 15, 2002 12:30 pm
by Matt Denham
For some time now, the summaries at the end of searches (where it shows the total of the scores, as well as the average score) have been dividing the total and average by 10.
<p>

What's up with that?

--
mdenham@coinet.com

Posted: Fri Feb 15, 2002 12:30 pm
by Zwaxy
Wow, I just don't know how that happened... The code was formatting the score (putting commas in after every 3 digits) and then chopping off the last digit, effectively dividing by ten. Perhaps the format_score() function used to stick a 'return' on the end, which I was trying to remove, or something.<p>

Anyway, it's fixed now.

<p>

Chris.

--
zwaxy@bigfoot.com