Changeset 898 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 19 Nov 2006, 16:53:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py
r891 r898 55 55 psm = 'psm_content_error' 56 56 args = getFormUidUrlArg(REQUEST) 57 58 args['portal_status_message'] = psm57 if psm: 58 args['portal_status_message'] = psm 59 59 url = context.absolute_url() + action + '?' + urlencode(args) 60 60 REQUEST.RESPONSE.redirect(url)
Note: See TracChangeset for help on using the changeset viewer.