[Checkins] SVN:	Products.CMFDefault/trunk/Products/CMFDefault/SyndicationTool.py	isAllowed set to Boolean.
    Charlie Clark 
    charlie at begeistert.org
       
    Wed Oct  6 08:43:23 EDT 2010
    
    
  
Log message for revision 117294:
  isAllowed set to Boolean.
Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/SyndicationTool.py
-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/SyndicationTool.py
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/SyndicationTool.py	2010-10-06 12:42:56 UTC (rev 117293)
+++ Products.CMFDefault/trunk/Products/CMFDefault/SyndicationTool.py	2010-10-06 12:43:22 UTC (rev 117294)
@@ -57,7 +57,7 @@
     security = ClassSecurityInfo()
 
     #Default Sitewide Values
-    isAllowed = 0
+    isAllowed = False
     syUpdatePeriod = 'daily'
     syUpdateFrequency = 1
     syUpdateBase = DateTime()
    
    
More information about the checkins
mailing list