Diff for /ImageArchive/ImageArchive.py between versions 1.100 and 1.102

version 1.100, 2006/12/08 13:54:21 version 1.102, 2006/12/13 20:46:51
Line 1939  class ImageCollectionMD(ImageCollection, Line 1939  class ImageCollectionMD(ImageCollection,
                 args['_table']=self.imageCollectionConfig.getTable()                  args['_table']=self.imageCollectionConfig.getTable()
                 args[self.imageCollectionConfig.getKey()]=file                  args[self.imageCollectionConfig.getKey()]=file
   
                 if not self.ZSQLInline(args=args):                  if not self.ZSQLInlineSearch(args=args):
                     zLOG.LOG("ImageArchiveMD:import", zLOG.INFO, "adding DB: %s"%file)                      zLOG.LOG("ImageArchiveMD:import", zLOG.INFO, "adding DB: %s"%file)
                     self.ZSQLAdd(args=args)                      self.ZSQLAdd(args=args)
     
Line 2040  class ImageCollectionMD(ImageCollection, Line 2040  class ImageCollectionMD(ImageCollection,
                   
         rc=[]          rc=[]
         fnIds={}          fnIds={}
   
         for found in self.ZSQLInlineSearch(args=self.REQUEST.form):          for found in self.ZSQLInlineSearch(args=self.REQUEST.form):
             key=getattr(found,self.imageCollectionConfig.getKey())              key=getattr(found,self.imageCollectionConfig.getKey())
             key=self.getImageByName(key,onlyName="yes")                      key=self.getImageByName(key,onlyName="yes")        

Removed from v.1.100  
changed lines
  Added in v.1.102


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