Diff for /ZSQLExtend/VLMAExtensions.py between versions 1.1 and 1.2

version 1.1, 2005/02/09 20:10:42 version 1.2, 2005/10/11 13:15:01
Line 78  class VLMATriples(Folder): Line 78  class VLMATriples(Folder):
         ret=""          ret=""
   
         #collectionobject triple          #collectionobject triple
           
         for found in self.ZSQLSimpleSearch(self.searchStatement):          for found in self.ZSQLSimpleSearch(self.searchStatement):
               
             subject=self.collectionObject.subject%getattr(found,self.collectionObject.subjectField)              subject=self.collectionObject.subject%getattr(found,self.collectionObject.subjectField)
             object=self.collectionObject.object%getattr(found,self.collectionObject.objectField)              object=self.collectionObject.object%getattr(found,self.collectionObject.objectField)
             predicate="metadata"              predicate="metadata"

Removed from v.1.1  
changed lines
  Added in v.1.2


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