Merge branch 'chaz'

Conflicts:
	pyfpdb/Configuration.py
This commit is contained in:
Steffen Schaumburg 2011-04-10 18:46:19 +02:00
commit f68748fc76

View File

@ -2211,8 +2211,8 @@ class Database:
hc['tourneyTypeId'] = pdata[p]['tourneyTypeId'] hc['tourneyTypeId'] = pdata[p]['tourneyTypeId']
hc['styleKey'] = styleKey hc['styleKey'] = styleKey
for i in range(len(line)): for i in range(len(line)):
if line[i]: line[i] = 1 if line[i]==True: line[i] = 1
else: line[i] = 0 if line[i]==False: line[i] = 0
hc['line'] = line hc['line'] = line
hc['game'] = [hc['gametypeId'] hc['game'] = [hc['gametypeId']
,hc['playerId'] ,hc['playerId']