Changeset 2485 for WAeUP_SRP/base/skins/cps_custom
- Timestamp:
- 30 Oct 2007, 23:56:17 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/cps_custom/logged_in.py
r2483 r2485 212 212 ######################################################### 213 213 214 has_results = context.results_import(matric_no = matric_no) 214 if matric_no: 215 has_results = context.results_import(matric_no = matric_no) 216 else: 217 has_results = '' 215 218 216 219 #########################################################
Note: See TracChangeset for help on using the changeset viewer.