comparison MPIWGStaff.py @ 134:9f45ed6ffeab

bugs in publications zeigt jetzt auch links
author dwinter
date Fri, 31 May 2013 11:39:30 +0200
parents 11b7f98c7ed1
children 45b7b24c8c42
comparison
equal deleted inserted replaced
133:1dc5fee412da 134:9f45ed6ffeab
755 755
756 756
757 757
758 758
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],entry[2])); 764 pubs.append((selPub.escidocid,entry[0],entry[2],entry[3],entry[4]));
765 count+=1 765 count+=1
766 766
767 return pubs 767 return pubs
768 return {} 768 return {}
769 769