Changeset 1602
- Timestamp:
- 19 Mar 2007, 23:06:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r1601 r1602 731 731 old_new = self.fixName(student,student_entry) 732 732 count += 1 733 response_write(response,'"%d","%s", "%s",' % (count + total,student_entry.id,old_new))733 response_write(response,'"%d","%s",%s' % (count + total,student_entry.id,old_new)) 734 734 if count > 2000: 735 735 transaction.commit()
Note: See TracChangeset for help on using the changeset viewer.