[CMF-checkins] CVS: CMF/CMFCore - UndoTool.py:1.8

Florent Guillaume fg@nuxeo.com
Sun, 21 Jul 2002 09:59:31 -0400


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv16497

Modified Files:
	UndoTool.py 
Log Message:
*** empty log message ***

=== CMF/CMFCore/UndoTool.py 1.7 => 1.8 ===
             last_transaction=last_transaction,
             PrincipiaUndoBatchSize=PrincipiaUndoBatchSize)
         for t in transactions:
-            # Ensure transaction ids don't have embeded LF
+            # Ensure transaction ids don't have embedded LF.
             t['id'] = t['id'].replace('\n', '')
         if not _checkPermission('Manage portal', portal):
             # Filter out transactions done by other members of the portal.