- Timestamp:
- 11 Feb 2009, 05:12:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_statistics/getNewStudentStatistics.py
r3774 r3959 20 20 return 21 21 22 entry_sessions = (context.getSessionId()[0]) 22 session_id = context.getSessionId()[0] 23 session_id_num = int(session_id) 24 entry_sessions = (session_id,str(session_id_num)) 23 25 24 26 # students with entry_session None (-1) are interprteted as new AND returning students if they are
Note: See TracChangeset for help on using the changeset viewer.