Mercurial > hg > MPIWGWeb
comparison MPIWGStaff.py @ 128:11b7f98c7ed1
added book links aus pubman
author | dwinter |
---|---|
date | Thu, 30 May 2013 22:00:15 +0200 |
parents | 4a54537ddcf7 |
children | 9f45ed6ffeab |
comparison
equal
deleted
inserted
replaced
127:4a8a532a05ba | 128:11b7f98c7ed1 |
---|---|
759 if publicationType is not None: #publicaitions typ ist gesetzt | 759 if publicationType is not None: #publicaitions typ ist gesetzt |
760 | 760 |
761 if not ((entry[1] == publicationType) or (entry[1] == typesLongShort.get(publicationType,''))) : #stimmt nicht dann weiter | 761 if not ((entry[1] == publicationType) or (entry[1] == typesLongShort.get(publicationType,''))) : #stimmt nicht dann weiter |
762 continue; | 762 continue; |
763 | 763 |
764 pubs.append((selPub.escidocid,entry[0])); | 764 pubs.append((selPub.escidocid,entry[0],entry[2])); |
765 count+=1 | 765 count+=1 |
766 | 766 |
767 return pubs | 767 return pubs |
768 return {} | 768 return {} |
769 | 769 |