Changeset 458 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
31 Aug 2006, 17:49:48 (18 years ago)
Author:
joachim
Message:

moved StudyLevel? class from Academics.py back to Students.py,
cause this Change broke existing StudyLevel? Objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/getContentInfo.py

    r454 r458  
    190190info['id'] = proxy.getId()
    191191try:
    192     info['title'] = proxy.Title()
     192    info['title'] = proxy.Title() #proxy.Title()
    193193except AttributeError:
    194194    raise AttributeError, 'invalid object: %s in %s' % (info['title_or_id'],
Note: See TracChangeset for help on using the changeset viewer.