Author: adrianc
Date: Fri May 9 17:09:09 2008
New Revision: 654983
URL:
http://svn.apache.org/viewvc?rev=654983&view=revLog:
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"