Changeset 2660 for WAeUP_SRP/fceokene/waeup_custom
- Timestamp:
- 14 Nov 2007, 22:01:09 (17 years ago)
- Location:
- WAeUP_SRP/fceokene/waeup_custom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/fceokene/waeup_custom/getNewStudentStatistics.py
r2362 r2660 20 20 return 'Not allowed' 21 21 22 entry_sessions = ( '-1','06','6')22 entry_sessions = (context.getSessionId()[0]) 23 23 24 24 # students with entry_session None (-1) are interprteted as new AND returning students if they are -
WAeUP_SRP/fceokene/waeup_custom/getRetStudentStatistics.py
r2362 r2660 20 20 return 'Not allowed' 21 21 22 entry_sessions = (' -1','94','95','96','97','98','99','00','01','02','03','04','05','0','1','2','3','4','5')22 entry_sessions = ('','-1','94','95','96','97','98','99','00','01','02','03','04','05','06','0','1','2','3','4','5','6') 23 23 24 24 ret_states = ('returning',
Note: See TracChangeset for help on using the changeset viewer.