Author: adrianc
Date: Thu Jan  8 08:22:57 2009
New Revision: 732747

URL: http://svn.apache.org/viewvc?rev=732747&view=rev
Log:
Small fixup for last 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=732747&r1=732746&r2=732747&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Thu Jan  8 08:22:57 
2009
@@ -422,7 +422,7 @@
     <service name="copyUserPrefGroup" engine="java"
             location="org.ofbiz.common.preferences.PreferenceServices" 
invoke="copyUserPreferenceGroup" auth="true" use-transaction="true">
         <description>Copies the preferences from one userLoginId and 
preference group to another.
-            If no userLoginId is specified, preferences are copied to current 
user's preferences.</description>
+            If no userPrefLoginId is specified, preferences are copied to 
current user's preferences.</description>
         <permission-service service-name="preferenceCopyPermission"/>
         <attribute name="fromUserLoginId" type="String" mode="IN" 
optional="false"/>
         <attribute name="userPrefGroupTypeId" type="String" mode="IN" 
optional="false"/>


Reply via email to