svn commit: r731242 - /ofbiz/trunk/applications/content/script/org/ofbiz/content/content/ContentServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r731242 - /ofbiz/trunk/applications/content/script/org/ofbiz/content/content/ContentServices.xml

hansbak-2
Author: hansbak
Date: Sun Jan  4 04:35:59 2009
New Revision: 731242

URL: http://svn.apache.org/viewvc?rev=731242&view=rev
Log:
wrong format fromDate passed to database

Modified:
    ofbiz/trunk/applications/content/script/org/ofbiz/content/content/ContentServices.xml

Modified: ofbiz/trunk/applications/content/script/org/ofbiz/content/content/ContentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/script/org/ofbiz/content/content/ContentServices.xml?rev=731242&r1=731241&r2=731242&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/script/org/ofbiz/content/content/ContentServices.xml (original)
+++ ofbiz/trunk/applications/content/script/org/ofbiz/content/content/ContentServices.xml Sun Jan  4 04:35:59 2009
@@ -213,7 +213,6 @@
             
             <if-empty field="parameters.fromDate">
                 <now-timestamp field="parameters.fromDate"/>
-                <to-string field="parameters.fromDate"/>
             </if-empty>
             <set from-field="parameters.fromDate" field="newContentAssoc.fromDate"/>
             <if-not-empty field="parameters.thruDate">