--- MPIWGWeb/bibliography.py 2006/11/06 16:08:30 1.7.2.8 +++ MPIWGWeb/bibliography.py 2008/10/22 15:37:47 1.7.2.9 @@ -23,7 +23,7 @@ def formatBiblHelp(self,found,table,id,f ret="" if not foundIB: try: - foundIB=self.ZSQLInlineSearch(_table=table,id=id)[0] + foundIB=self.ZSQLInlineSearch(_table=table,id=id,_op_id="eq")[0] except: return ret