Ignore:
Timestamp:
27 Dec 2010, 17:26:24 (14 years ago)
Author:
Henrik Bettermann
Message:

final step

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudentFolderInfo.py

    r5616 r5620  
    8282    row = {}
    8383    row['id'] = subobject.getId()
    84     #if subobject.portal_type == 'StudentAccommodation': #and member_id != 'admin':
    85     #    continue
     84    if subobject.portal_type == 'StudentAccommodation' and member_id != 'admin':
     85        continue
    8686    if subobject.portal_type == 'StudentAccommodation':
    8787        row['title'] = s_view_titles.get(subobject.portal_type,'') +' for Session %s' %\
Note: See TracChangeset for help on using the changeset viewer.