--- ImageArchive/ImageArchive.py 2004/01/06 15:54:53 1.9 +++ ImageArchive/ImageArchive.py 2004/01/06 16:06:24 1.10 @@ -499,7 +499,10 @@ class ImageCollection(Folder, Persistent def setColTimesRow(self,cols,rows): """set coltimes row""" RESPONSE=self.REQUEST.RESPONSE - + if not rows: + rows=100000 + if rows="": + rows=100000 RESPONSE.setCookie("ImageViewerRows",rows) RESPONSE.setCookie("ImageViewerCols",cols)