Maybe you should write: if (not club or not address or not nfas) instead of: if not (club or address or nfas)
>>> not(0 or 1) False >>> (not 0 or not 1) True --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

