Diff for /documentViewer/documentViewer.py between versions 1.14 and 1.15

version 1.14, 2006/07/06 16:01:42 version 1.15, 2006/07/14 16:22:36
Line 145  class documentViewer(Folder): Line 145  class documentViewer(Folder):
         zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access type %s"%access)          zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access type %s"%access)
         if access is None:          if access is None:
             # no information - no access               # no information - no access 
             #TODO: check              return False
             return True  
         elif access == 'free':          elif access == 'free':
         zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access is free")          zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access is free")
             return True              return True

Removed from v.1.14  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>