/[pac]/pac/PACDefault/skins/pacdefault/isEligible.py
ViewVC logotype

Diff of /pac/PACDefault/skins/pacdefault/isEligible.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tvon, Fri Oct 3 17:18:30 2003 UTC revision 1.3 by tvon, Fri Oct 3 20:10:38 2003 UTC
# Line 41  if member.getProperty('us_state') not in Line 41  if member.getProperty('us_state') not in
41  if member.getProperty('country') not in action.getCountry():  if member.getProperty('country') not in action.getCountry():
42      return false      return false
43    
44  if member.getProperty('stat_party') != action.getPoliticalParty():  if member.getProperty('stat_party') not in action.getPoliticalParty():
45      return false      return false
46    
47  return true  return true

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26