Ignore:
Timestamp:
10 Jan 2007, 00:39:26 (18 years ago)
Author:
joachim
Message:

don't add 100

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_utilities/increaseReturningLevels.py

    r1255 r1256  
    2626    return
    2727count = 0
    28 from Products.zdb import set_trace;set_trace()
     28#from Products.zdb import set_trace;set_trace()
    2929returning = retcat(email='')
    3030l = []
    31 for sb in returning[:100]:
     31for sb in returning:
    3232    s = context.students_catalog(matric_no=sb.matric_no)
    3333    if s and s[0].level:
Note: See TracChangeset for help on using the changeset viewer.