Show
Ignore:
Timestamp:
02/26/04 15:18:07 (20 years ago)
Author:
jalet
Message:

Should fix the remaining bugs wrt printers groups and users groups.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1335 r1365  
    2424# 
    2525# $Log$ 
     26# Revision 1.28  2004/02/26 14:18:07  jalet 
     27# Should fix the remaining bugs wrt printers groups and users groups. 
     28# 
    2629# Revision 1.27  2004/02/04 23:41:27  jalet 
    2730# Should fix the incorrect "backend died abnormally" problem. 
     
    198201        #            be allowed if current user is allowed to print on this printer 
    199202        if policy == "OK" : 
    200             self.logdebug("Checking user %s's quota on printer %s" % (user.Name, printer.Name)) 
    201203            action = self.warnUserPQuota(userpquota) 
    202204            self.logdebug("Job accounting begins.")