'true' is 'True' in python

This commit is contained in:
MasterofJOKers 2012-06-16 20:14:35 +02:00
parent 64d0e879c7
commit 59a9e43675
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def state(request, state="", payway=""):
elif state == "success":
transacted = True
elif state == "verror":
verror = true
verror = True
elif state == "vsuccess":
vtransacted = True