[Zope-Checkins] CVS: Zope2 - UnIndex.py:1.3.2.1

andreas@serenade.digicool.com andreas@serenade.digicool.com
Fri, 15 Jun 2001 13:59:18 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/common
In directory serenade:/tmp/cvs-serv8742/lib/python/Products/PluginIndexes/common

Modified Files:
      Tag: ajung-mxdatetime
	UnIndex.py 
Log Message:
savepoint


--- Updated File UnIndex.py in package Zope2 --
--- UnIndex.py	2001/06/01 18:53:40	1.3
+++ UnIndex.py	2001/06/15 17:58:45	1.3.2.1
@@ -302,7 +302,10 @@
         # We don't want to do anything that we don't have to here, so we'll
         # check to see if the new and existing information is the same.
         oldDatum = self._unindex.get(documentId, _marker)
-        if datum != oldDatum:
+
+
+
+        if str(datum)!=str(oldDatum): 
             if oldDatum is not _marker:
                 self.removeForwardIndexEntry(oldDatum, documentId)