it now stores entries, prizepool and endTime into TT

This commit is contained in:
steffen123
2010-07-08 23:47:06 +02:00
parent e815cc38db
commit 5b64ad771a
4 changed files with 23 additions and 13 deletions
+2 -2
View File
@@ -229,9 +229,9 @@ dealt whether they were seen in a 'dealt to' line
if self.tourNo!=None:
self.tourneyTypeId = db.createOrUpdateTourneyType(self)
db.commit()
self.tourneyId = db.createOrUpdateTourney(self)
self.tourneyId = db.createOrUpdateTourney(self, "HHC")
db.commit()
self.tourneysPlayersIds = db.createOrUpdateTourneysPlayers(self)
self.tourneysPlayersIds = db.createOrUpdateTourneysPlayers(self, "HHC")
db.commit()
#end def prepInsert