You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/02/10 22:04:56 UTC

svn commit: r743102 - /ofbiz/trunk/applications/content/servicedef/services_email.xml

Author: jleroux
Date: Tue Feb 10 21:04:56 2009
New Revision: 743102

URL: http://svn.apache.org/viewvc?rev=743102&view=rev
Log:
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"