Author: jleroux
Date: Tue Feb 10 21:04:56 2009
New Revision: 743102
URL:
http://svn.apache.org/viewvc?rev=743102&view=revLog:
Ooops, this does not make sense, sorry
Modified:
ofbiz/trunk/applications/content/servicedef/services_email.xml
Modified: ofbiz/trunk/applications/content/servicedef/services_email.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_email.xml?rev=743102&r1=743101&r2=743102&view=diff==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_email.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_email.xml Tue Feb 10 21:04:56 2009
@@ -66,7 +66,7 @@
<description>Send E-Mail From URL Service</description>
<implements service="sendMailInterface"/>
<attribute name="bodyUrl" type="String" mode="IN" optional="false" allow-html="any"/>
- <attribute name="bodyUrlParameters" type="Map" mode="IN" optional="true" allow-html="any"/>
+ <attribute name="bodyUrlParameters" type="Map" mode="IN" optional="true"/>
<attribute name="body" type="String" mode="OUT" optional="false" allow-html="any"/>
</service>
<service name="sendMailFromScreen" max-retry="3" engine="java"