Diff for /MPIWGWeb/bibliography.py between versions 1.7.2.9 and 1.7.2.12

version 1.7.2.9, 2008/10/22 15:37:47 version 1.7.2.12, 2012/12/07 10:12:56
Line 79  def formatBiblHelp(self,found,table,id,f Line 79  def formatBiblHelp(self,found,table,id,f
         ret+=foundIB.date+"."+foundIB.year+","          ret+=foundIB.date+"."+foundIB.year+","
         if foundIB.pages and (not foundIB.pages==''):          if foundIB.pages and (not foundIB.pages==''):
             ret+=foundIB.pages+". "              ret+=foundIB.pages+". "
       elif foundIB.reference_type.lower()=='magazine article':
           ret+=CRListToSemicolon(getBib(foundIB.author))+". &quot;"+getBib(foundIB.title)+".&quot; <i>"+getBib(foundIB.secondary_title)+"</i>, "
       if foundIB.date:
               ret+=getBib(foundIB.date)+"."
       if foundIB.year:
           ret+=foundIB.year+","
           if foundIB.pages and (not getBib(foundIB.pages)==''):
               ret+=foundIB.pages+". "
   
   
   
                           

Removed from v.1.7.2.9  
changed lines
  Added in v.1.7.2.12


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