Changeset 464 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 1 Sep 2006, 17:16:18 (19 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_custom
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/getContentInfo.py
r458 r464 233 233 info['core_or_elective'] = core 234 234 elif doc.portal_type == 'Student': 235 info['clearance'] = proxy.clearance.getContent() 235 try: 236 info['clearance'] = proxy.clearance.getContent() 237 except AttributeError: 238 info['clearance'] = None 236 239 info['time'] = doc.modified() 237 240 info['doc'] = doc
Note: See TracChangeset for help on using the changeset viewer.