Ignore:
Timestamp:
29 Nov 2006, 16:49:47 (18 years ago)
Author:
joachim
Message:

fixed not found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Widgets.py

    r966 r969  
    305305                #s = getStudentByRegNo(self,value)
    306306                pume = pumeresults(jamb_reg_no = value)
    307                 if pume is None:
     307                if len(pume) < 1:
    308308                    err = 'No Student with JAMB-Reg-No %s' % (value)
    309309                else:
Note: See TracChangeset for help on using the changeset viewer.