comparison MPIWGStaff.py @ 131:c5761a3f3c50

Merge with 741ddaf604b14515efacec8c3110ea04635c1b17
author casties
date Thu, 30 May 2013 22:14:00 +0200
parents 11b7f98c7ed1
children 9f45ed6ffeab
comparison
equal deleted inserted replaced
130:06020bd06a7d 131:c5761a3f3c50
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