Diff for /ECHO_content/VLPExtension.py between versions 1.53 and 1.54

version 1.53, 2005/12/05 14:17:59 version 1.54, 2006/01/20 15:12:57
Line 357  class VLP_subcollection(ECHO_collection) Line 357  class VLP_subcollection(ECHO_collection)
                         
            #content of journals also displayed if not online             #content of journals also displayed if not online
                         
             if (type == "(Journal)"):              if (type == "(JournalVolume)"):
                online =""                 online =""
             else:              else:
                online ="AND online = 1"                 online ="AND online = 1"
Line 426  class VLP_collection(ECHO_collection): Line 426  class VLP_collection(ECHO_collection):
   
     def generateSubCollections(self,errorsTXT=""):      def generateSubCollections(self,errorsTXT=""):
             """erzeuge subcollectionen"""              """erzeuge subcollectionen"""
             founds=self.ZSQLSimpleSearch("select * from vl_literature where referencetype in ('(Book)','(Collection)','(Journal)')")              founds=self.ZSQLSimpleSearch("select * from vl_literature where referencetype in ('Edited Book'),'(Book)','(Collection)','(JournalVolume)')")
                           
             self.REQUEST.RESPONSE.write("<h2>Create Subcollections</h2>\n")              self.REQUEST.RESPONSE.write("<h2>Create Subcollections</h2>\n")
             for found in founds:              for found in founds:

Removed from v.1.53  
changed lines
  Added in v.1.54


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