--- ImageArchive/ImageArchive.py 2009/01/06 16:07:10 1.106 +++ ImageArchive/ImageArchive.py 2009/01/06 16:13:51 1.107 @@ -326,7 +326,7 @@ class ImageDigilib(Folder,Persistent,Imp def isAccessible(self): """gives true if obejct is accessible taking the rights of the user into account""" - logTemp("isaccessible") + logTime("isaccessible") #TODO: implement rights, currently true if external and false if internal, and true if user has role authenticated username=self.REQUEST['AUTHENTICATED_USER']