[CMF-checkins] CVS: Products/CMFDefault/profiles/default -
properties.xml:1.1.2.2
Yvo Schubbe
y.2005- at wcm-solutions.de
Sun Jan 23 09:51:09 EST 2005
Update of /cvs-repository/Products/CMFDefault/profiles/default
In directory cvs.zope.org:/tmp/cvs-serv26231/CMFDefault/profiles/default
Modified Files:
Tag: CMF-1_5-branch
properties.xml
Log Message:
- fixed wrong default for False values
=== Products/CMFDefault/profiles/default/properties.xml 1.1.2.1 => 1.1.2.2 ===
--- Products/CMFDefault/profiles/default/properties.xml:1.1.2.1 Fri Dec 17 12:49:40 2004
+++ Products/CMFDefault/profiles/default/properties.xml Sun Jan 23 09:50:39 2005
@@ -4,6 +4,6 @@
<property name="description"></property>
<property name="email_from_address" type="string">postmaster at localhost</property>
<property name="email_from_name" type="string">Portal Administrator</property>
- <property name="validate_email" type="boolean"></property>
+ <property name="validate_email" type="boolean">False</property>
<property name="default_charset" type="string"></property>
</site>
More information about the CMF-checkins
mailing list