Changeset 1248 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
9 Jan 2007, 05:36:35 (18 years ago)
Author:
Henrik Bettermann
Message:

statistics is always plural

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudentStatistics.py

    r1213 r1248  
    1313"""
    1414import logging
    15 logger = logging.getLogger('Student.Statistic')
     15logger = logging.getLogger('Student.Statistics')
    1616
    1717try:
     
    2222    evalAdvancedQuery = None
    2323#from Products.zdb import set_trace;set_trace()
    24 logger.info('"%s","invoked Statistic"' % context.portal_membership.getAuthenticatedMember())
     24logger.info('"%s","invoked statistics"' % context.portal_membership.getAuthenticatedMember())
    2525l = []
    2626if not context.isStaff():
Note: See TracChangeset for help on using the changeset viewer.