Changeset 3549
- Timestamp:
- 1 Jul 2008, 08:12:09 (16 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/aaua/profiles/default/properties.xml
r3000 r3549 4 4 <property name="enable_password_reset" type="boolean">True</property> 5 5 <property name="enable_portal_joining" type="boolean">False</property> 6 <property name="session" type="string">200 7/2008</property>7 <property name="static_dir" type="string"> static/</property>8 <property name="institution_title" type="string"> Federal College of Education Okene</property>6 <property name="session" type="string">2008/2009</property> 7 <property name="static_dir" type="string"></property> 8 <property name="institution_title" type="string">Adekunle Ajasin University</property> 9 9 </site> -
WAeUP_SRP/base/WAeUPImport.py
r3548 r3549 572 572 msg = '' 573 573 if getattr(self,'_v_faculties',None) is None: 574 res = self.portal_catalog(portal_type = " Department")574 res = self.portal_catalog(portal_type = "Faculty") 575 575 self._v_faculties = {} 576 576 for f in res:
Note: See TracChangeset for help on using the changeset viewer.