- Timestamp:
- 17 Feb 2007, 15:42:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentFolderInfo.py
r1423 r1431 44 44 student_id = member_id 45 45 break 46 student_path = "%s/campus/students/%s" % (context.portal_url.getPortalPath(),student_id) 46 student_path_root = "%s/campus/students/%s" % (context.portal_url.getPortalPath(),student_id) 47 student_path = "%s/campus/students/%s" % (context.portal_url(),student_id) 47 48 res = context.students_catalog(id = student_id) 48 49 if not res: … … 78 79 'StudentPume': 'pume_view', 79 80 } 80 sos = context.portal_catalog(container_path=student_path )81 sos = context.portal_catalog(container_path=student_path_root) 81 82 for so in sos: 82 83 row = {}
Note: See TracChangeset for help on using the changeset viewer.