Ignore:
Timestamp:
18 Mar 2008, 21:49:46 (17 years ago)
Author:
Henrik Bettermann
Message:

switch timing off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/admitStudents.py

    r3350 r3351  
    4848d = {'status': 'created'}
    4949reg_nos = [brain.reg_no for brain in brains]
    50 with_timing = True
     50with_timing = False
    5151for reg_no in reg_nos:
    5252    count += 1
     
    6565                                                               pin_password,
    6666                                                               with_timing = with_timing)
    67        
     67
    6868    if sid is not None:
    6969        d['reg_no'] = reg_no
Note: See TracChangeset for help on using the changeset viewer.