Diff for /MPIWGWeb/bibliography.py between versions 1.1 and 1.2

version 1.1, 2004/07/06 16:54:33 version 1.2, 2004/07/06 19:29:31
Line 44  def formatBiblHelp(self,found,table,id): Line 44  def formatBiblHelp(self,found,table,id):
         ret+=". "          ret+=". "
         if not foundIB.pages=='':          if not foundIB.pages=='':
             ret+=foundIB.pages+". "              ret+=foundIB.pages+". "
         if not foundIB.place_published=='':          if foundIB.place_published and (not foundIB.place_published==''):
             ret+=foundIB.place_published+": "              ret+=foundIB.place_published+": "
         if not foundIB.publisher=='':          if foundIB.publisher and (not foundIB.publisher==''):
             ret+=foundIB.publisher+", "              ret+=foundIB.publisher+", "
         ret+=foundIB.year+"."          ret+=foundIB.year+"."
     elif foundIB.reference_type.lower()=='book':      elif foundIB.reference_type.lower()=='book':

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


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