Changeset 2891
- Timestamp:
- 09/30/09 16:55:35 (2 years ago)
- Files:
-
- trunk/skins/lemill/queryCatalogForTopics.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/skins/lemill/queryCatalogForTopics.py
r2653 r2891 101 101 if portal_type=='resource': 102 102 REQUEST.form['portal_type']='' 103 kw['Type']=(' PresentationMaterial', 'MultimediaMaterial', 'PILOTMaterial', 'ExerciseMaterial', 'LessonPlan', 'SchoolProjectMaterial')103 kw['Type']=('LeMillReference','PresentationMaterial', 'MultimediaMaterial', 'PILOTMaterial', 'ExerciseMaterial', 'LessonPlan', 'SchoolProjectMaterial') 104 104 elif portal_type=='content': 105 105 REQUEST.form['portal_type']=''
