fix broken graphing

This commit is contained in:
sqlcoder 2010-07-13 20:21:34 +01:00
parent c36e87a24d
commit 02e1a71592

View File

@ -2828,7 +2828,7 @@ class Sql:
AND h.startTime < '<enddate_test>'
<limit_test>
<game_test>
AND gt.type is 'ring'
AND gt.type = 'ring'
GROUP BY h.startTime, hp.handId, hp.sawShowdown, hp.totalProfit
ORDER BY h.startTime"""