Ignore:
Timestamp:
3 Oct 2006, 13:44:51 (18 years ago)
Author:
Henrik Bettermann
Message:

see ticket 36

Please check the modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/getLevelInfo.py

    r603 r614  
    1515
    1616wf = context.portal_workflow
     17mtool = context.portal_membership
    1718path_info = request.get('PATH_INFO').split('/')
    1819try:
     
    3839info['cert_id'] = cert_id
    3940
    40 res = context.portal_catalog(container_path="%s/%s" % (cp,level_id))
     41res = context.portal_catalog(meta_type="CertificateCourse", container_path="%s/%s" % (cp,level_id))
    4142first = []
    4243second = []
Note: See TracChangeset for help on using the changeset viewer.