diff 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
line wrap: on
line diff
--- a/MPIWGStaff.py	Thu May 30 22:21:21 2013 +0200
+++ b/MPIWGStaff.py	Fri May 31 11:39:30 2013 +0200
@@ -757,11 +757,11 @@
                 
                 
                 if publicationType is not None: #publicaitions typ ist gesetzt 
-                    
+                   
                     if not ((entry[1] == publicationType) or  (entry[1] == typesLongShort.get(publicationType,''))) : #stimmt nicht dann weiter
                         continue;
                     
-                pubs.append((selPub.escidocid,entry[0],entry[2]));
+                pubs.append((selPub.escidocid,entry[0],entry[2],entry[3],entry[4]));
                 count+=1
                 
             return pubs