Changeset 1783 for WAeUP_SRP/trunk/skins/waeup_academics/getDocumentInfo.py
- Timestamp:
- 15 May 2007, 07:49:50 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/getDocumentInfo.py
r913 r1783 18 18 19 19 info = {} 20 info['doc'] = context.getContent() 20 try: 21 info['doc'] = context.getContent() 22 except: 23 return None 21 24 return info
Note: See TracChangeset for help on using the changeset viewer.