fix session viewer in mysql

This commit is contained in:
steffen123 2010-08-11 05:53:02 +02:00
parent 19bcc60c6a
commit f0b5b4063b

View File

@ -2949,7 +2949,7 @@ class Sql:
INNER JOIN Players p on (p.Id = hp.playerId)
WHERE hp.playerId in <player_test>
AND date_format(h.startTime, '%Y-%m-%d') <datestest>
AND gt.type is 'ring'
AND gt.type LIKE 'ring'
ORDER by time"""
elif db_server == 'postgresql':
self.query['sessionStats'] = """