[Erp5-report] r28924 - /erp5/trunk/products/CMFActivity/ActiveObject.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 11 10:25:29 CEST 2009


Author: vincent
Date: Fri Sep 11 10:25:28 2009
New Revision: 28924

URL: http://svn.erp5.org?rev=28924&view=rev
Log:
Update comment (forgotten in 28921).

Modified:
    erp5/trunk/products/CMFActivity/ActiveObject.py

Modified: erp5/trunk/products/CMFActivity/ActiveObject.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/ActiveObject.py?rev=28924&r1=28923&r2=28924&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/ActiveObject.py [utf8] (original)
+++ erp5/trunk/products/CMFActivity/ActiveObject.py [utf8] Fri Sep 11 10:25:28 2009
@@ -96,8 +96,9 @@
                            tagged with this tag.
 
     """
-    # Get activate values from activate_kw, then _v_activate_kw
-    # only if they are not set directly as arguments to activate()
+    # Get activate values from activate_kw, then default_activate_parameter
+    # transactional variable only if they are not set directly as arguments
+    # to activate()
     if activate_kw is not None:
       for k, v in activate_kw.iteritems():
         if k not in kw:




More information about the Erp5-report mailing list