speed up get score table
authorArun Persaud <arun@nubati.net>
Sun, 19 Feb 2012 07:13:23 +0000 (23:13 -0800)
committerArun Persaud <apersaud@lbl.gov>
Sun, 19 Feb 2012 07:18:05 +0000 (23:18 -0800)
commit72842383a6162e43f8b9630bfcca13d10eca7bff
tree89aa18a5bf6f36109d8244ca926484ebdbb04c03
parentcc143e38299d3dd3981efd81972c0e0df4df1462
speed up get score table

instead of looping over all games and have 3 database querries for each gameid, we now only do
5 querries: one for the gameids, scores and gametype and then one for each player to get his party
include/db.php
include/functions.php