Merge branch 'gimick'

This commit is contained in:
Steffen Schaumburg 2011-02-23 17:01:04 +01:00
commit 5b83580168

View File

@ -241,8 +241,8 @@ class RushNotes(Aux_Window):
c = db_connection.get_cursor()
c.execute(("SELECT handId, position, startCards, street0Aggr, tableName " +
"FROM hands, handsPlayers " +
"WHERE handsplayers.handId = hands.id " +
"FROM Hands, HandsPlayers " +
"WHERE HandsPlayers.handId = Hands.id " +
"AND street0VPI = 1 " +
"AND startCards > 0 " +
"AND playerId = %d " +