--- MPIWGWeb/MPIWGStaff.py 2011/05/18 10:52:29 1.10.2.75 +++ MPIWGWeb/MPIWGStaff.py 2011/05/18 12:36:06 1.10.2.76 @@ -637,7 +637,8 @@ class MPIWGStaff(CatalogAware,ZSQLExtend """erzeugt ein automatisches Profil aus den alten Eintraegen CV, Current work, und research interests""" ret="" - founds=self.ZSQLInlineSearch(_table='research_interest',key_main=person.getKeyUTF8()) + #founds=self.ZSQLInlineSearch(_table='research_interest',key_main=person.getKeyUTF8()) + founds=self.ZSQLInlineSearch(_table='research_interest',key_main=person.key) if founds: ret="

Research interests:


" for found in self.sortPriority(founds):