Changeset 866

Show
Ignore:
Timestamp:
05/08/07 03:28:04
Author:
mylan
Message:

Fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • adsenseproduct/tags/0.1/skins/adsenseproduct/prefs_adsense_script.cpy

    r602 r866  
    1919    if pp and 'adsense_properties' in pp.objectIds() \ 
    2020       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)) 
    2222        portal_status_message="Changes saved." 
    2323