--- MPIWGWeb/MPIWGStaff.py 2008/08/20 12:24:29 1.10.2.44 +++ MPIWGWeb/MPIWGStaff.py 2008/08/22 06:09:28 1.10.2.45 @@ -514,11 +514,11 @@ class MPIWGStaff(CatalogAware,ZSQLExtend for found in self.sortPriority(founds): ret+=found.interest+"
" - founds=self.ZSQLInlineSearch(_table='current_work',key_main=person.key) - if founds: + + if not person.current_work=="": ret="Current work:

" - for found in self.sortPriority(founds): - ret+=found.current+"
" + + ret+=person.current_work+"
" ret+="
" ret+=self.formatAscii(person.cv)