Author: sichen
Date: Tue Jul 11 16:18:05 2006
New Revision: 421023
URL: 
http://svn.apache.org/viewvc?rev=421023&view=revLog:
Added contentType to sendMailInterface as an OUT parameter to prevent sendOrderDeliveryScheduleNotification from crashing, following pattern from earlier of fixing other email notification related bugs
Modified:
    incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml
Modified: incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml?rev=421023&r1=421022&r2=421023&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml (original)
+++ incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml Tue Jul 11 16:18:05 2006
@@ -39,7 +39,7 @@
         <attribute name="authPass" type="String" mode="IN" optional="true"/>
         <attribute name="sendVia" type="String" mode="IN" optional="true"/>
         <attribute name="sendType" type="String" mode="IN" optional="true"/>
-        <attribute name="contentType" type="String" mode="IN" optional="true"/>
+        <attribute name="contentType" type="String" mode="INOUT" optional="true"/>
         <attribute name="subject" type="String" mode="INOUT" optional="true"/>
         <attribute name="partyId" type="String" mode="INOUT" optional="true"/>
     </service>