Save membership fee to the database when a group is created.

0.7.4.1
Kevin Cozens 2012-07-29 17:02:10 -04:00 committed by Justin Clark-Casey (justincc)
parent 8b04e8a297
commit 72075e68c7
1 changed files with 25 additions and 25 deletions

View File

@ -214,7 +214,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
param["Charter"] = charter;
param["ShowInList"] = showInList == true ? 1 : 0;
param["InsigniaID"] = insigniaID.ToString();
param["MembershipFee"] = 0;
param["MembershipFee"] = membershipFee;
param["OpenEnrollment"] = openEnrollment == true ? 1 : 0;
param["AllowPublish"] = allowPublish == true ? 1 : 0;
param["MaturePublish"] = maturePublish == true ? 1 : 0;