- Timestamp:
- 29 Nov 2006, 16:49:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r966 r969 305 305 #s = getStudentByRegNo(self,value) 306 306 pume = pumeresults(jamb_reg_no = value) 307 if pume is None:307 if len(pume) < 1: 308 308 err = 'No Student with JAMB-Reg-No %s' % (value) 309 309 else:
Note: See TracChangeset for help on using the changeset viewer.