Changeset 891 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 18 Nov 2006, 20:59:12 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py
r873 r891 38 38 is_valid, ds = doc.validate(request=REQUEST, proxy=context, cluster=cluster, 39 39 use_session=True) 40 args = {} 40 41 41 42 if action is None: … … 50 51 action = '' 51 52 psm = 'psm_content_changed' 52 args = {} 53 53 54 else: 54 55 psm = 'psm_content_error'
Note: See TracChangeset for help on using the changeset viewer.