Changeset 865
- Timestamp:
- 05/07/07 13:05:10
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
adsenseproduct/trunk/skins/adsenseproduct/prefs_adsense_script.cpy
r602 r865 19 19 if pp and 'adsense_properties' in pp.objectIds() \ 20 20 and pp.adsense_properties.hasProperty('customer_id'): 21 ads_props.manage_changeProperties(customer_id=str(customer_id))21 pp.adsense_properties.manage_changeProperties(customer_id=str(customer_id)) 22 22 portal_status_message="Changes saved." 23 23
