Ignore:
Timestamp:
3 Nov 2007, 18:59:28 (17 years ago)
Author:
Henrik Bettermann
Message:

new deadline

layout and schema should be called application (like the other layouts)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_utilities/moveCourseResults.py

    r2514 r2516  
    4949moved_sids = context.course_results.uniqueValuesFor('student_id')
    5050for brain in brains:
    51     count += 1   
     51    count += 1
    5252    if brain.id in moved_sids:
    5353        continue
     
    6767        context.course_results.moveResultsHere(study_level,brain.id)
    6868        moved += 1
    69         logger.info("moved  results of student %s" % (brain.id))
     69        logger.info("moved results of student %s" % (brain.id))
    7070        if moved and not moved % commit_after:
    7171            context.waeup_tool.doCommit()
Note: See TracChangeset for help on using the changeset viewer.