Changeset 2602 for WAeUP_SRP/base


Ignore:
Timestamp:
9 Nov 2007, 07:54:15 (17 years ago)
Author:
Henrik Bettermann
Message:

remove anonymous user actions

don't stop moveCourseResults (as happened tonight)

File:
1 edited

Legend:

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

    r2516 r2602  
    7171            context.waeup_tool.doCommit()
    7272            logger.info("Committing %s transactions, total %s" % (commit_after,count))
    73             cocount += 1
    74             if cocount > 2:
    75                 break
     73            #cocount += 1
     74            #if cocount > 2:
     75            #    break
    7676
    7777msg = "finished moving results of %d students" % (moved)
Note: See TracChangeset for help on using the changeset viewer.