[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_control - isDiscussable.py:1.1.6.1

Yvo Schubbe y.2004_ at wcm-solutions.de
Tue Oct 12 04:15:29 EDT 2004


Update of /cvs-repository/Products/CMFDefault/skins/zpt_control
In directory cvs.zope.org:/tmp/cvs-serv21447/CMFDefault/skins/zpt_control

Modified Files:
      Tag: CMF-1_5-branch
	isDiscussable.py 
Log Message:
- fixed setting "Enable Discussion?" to 'Off'


=== Products/CMFDefault/skins/zpt_control/isDiscussable.py 1.1 => 1.1.6.1 ===
--- Products/CMFDefault/skins/zpt_control/isDiscussable.py:1.1	Tue Jul  6 17:45:16 2004
+++ Products/CMFDefault/skins/zpt_control/isDiscussable.py	Tue Oct 12 04:15:29 2004
@@ -1,6 +1,7 @@
 ## Script (Python) "isDiscussable"
 ##title=Return whether the context is discussable or not.
 ##parameters=
+# this script is deprecated; *metadata_edit_form no longer depends on it
 if hasattr(context, 'allow_discussion'):
     return context.allow_discussion
 else:



More information about the CMF-checkins mailing list