You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/05/10 02:09:09 UTC

svn commit: r654983 - /ofbiz/trunk/framework/common/servicedef/services.xml

Author: adrianc
Date: Fri May  9 17:09:09 2008
New Revision: 654983

URL: http://svn.apache.org/viewvc?rev=654983&view=rev
Log:
Somehow this got missed in a previous commit.

Modified:
    ofbiz/trunk/framework/common/servicedef/services.xml

Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=654983&r1=654982&r2=654983&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Fri May  9 17:09:09 2008
@@ -436,6 +436,7 @@
         <attribute name="userLoginId" type="String" mode="IN" optional="true"/>
         <attribute name="userPrefGroupId" type="String" mode="IN" optional="true"/>
         <attribute name="userPrefMap" type="Map" mode="OUT" optional="true"/>
+        <attribute name="userPrefValue" type="Object" mode="OUT" optional="true"/>
     </service>
 
     <service name="getUserPreferenceGroup" engine="java"