- Timestamp:
- 19 Mar 2007, 18:57:54 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/branches/uli/skins/waeup_utilities/deleteStudentByMatricNo.py
r1400 r1593 1 ## Script (Python) " search_pins"1 ## Script (Python) "deleteStudentByMatricNo" 2 2 ##bind container=container 3 3 ##bind context=context … … 12 12 """ 13 13 import logging 14 logger = logging.getLogger(' DeleteStudentByMatricNo')14 logger = logging.getLogger('Skins.deleteStudentByMatricNo') 15 15 16 16 request = REQUEST … … 26 26 if str(member) not in ('admin','joachim') or matric_no is None: 27 27 return 28 29 30 # remove from students_catalog 28 29 30 # remove from students_catalog 31 31 32 32 res = st_cat(matric_no=matric_no)
Note: See TracChangeset for help on using the changeset viewer.