/[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.1 by tvon, Wed Oct 8 00:50:50 2003 UTC revision 1.2 by tvon, Sun Oct 12 05:59:14 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():
21        manual_results = context.portal_catalog(meta_type = 'ActionRecipient',
22                path=container.getPhysicalPath())
23    
24  results = context.portal_catalog(  results = context.portal_catalog(
25          args,          args,
26          meta_type = 'ActionRecipient');          meta_type = 'ActionRecipient');
27    
28    results.append(manual_results)
29    
30  return results  return results

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

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