/[pac]/pac/PACDefault/skins/pac_scripts/getEligibleRecipients.py
ViewVC logotype

Diff of /pac/PACDefault/skins/pac_scripts/getEligibleRecipients.py

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

revision 1.3 by tvon, Sun Nov 9 22:28:18 2003 UTC revision 1.4 by tvon, Sun Nov 9 22:31:16 2003 UTC
# Line 17  if context.getUsState() != '': Line 17  if context.getUsState() != '':
17  if context.getCountry() != '':  if context.getCountry() != '':
18      args['getCountry'] = context.getCountry()      args['getCountry'] = context.getCountry()
19    
20  if 'manual' in context.getUsGroups():  if 'manual' in context.getUsGroup():
21      manual_results = context.portal_catalog(meta_type = 'ActionRecipient',      manual_results = context.portal_catalog(meta_type = 'ActionRecipient',
22              path=container.getPhysicalPath())              path=container.getPhysicalPath())
23    

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

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