diff options
author | MW | 2007-03-29 20:55:44 +0000 |
---|---|---|
committer | MW | 2007-03-29 20:55:44 +0000 |
commit | b2ae86dd6adfc41925040905f01cec7078b77353 (patch) | |
tree | 1b121ddd9c897f4f6742416180e3fc3c78d2ff24 /OpenSim.RegionServer/CAPS | |
parent | * Moved LoginServer and LocalUserProfileManager to OpenSim.Servers (diff) | |
download | opensim-SC-b2ae86dd6adfc41925040905f01cec7078b77353.zip opensim-SC-b2ae86dd6adfc41925040905f01cec7078b77353.tar.gz opensim-SC-b2ae86dd6adfc41925040905f01cec7078b77353.tar.bz2 opensim-SC-b2ae86dd6adfc41925040905f01cec7078b77353.tar.xz |
When you change the name of a inventory item, it should no longer revert after a logout / login
Diffstat (limited to 'OpenSim.RegionServer/CAPS')
-rw-r--r-- | OpenSim.RegionServer/CAPS/AdminWebFront.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/CAPS/AdminWebFront.cs b/OpenSim.RegionServer/CAPS/AdminWebFront.cs index 6473878..4995e54 100644 --- a/OpenSim.RegionServer/CAPS/AdminWebFront.cs +++ b/OpenSim.RegionServer/CAPS/AdminWebFront.cs | |||
@@ -78,7 +78,7 @@ namespace OpenSim.CAPS | |||
78 | //Console.WriteLine(requestBody); | 78 | //Console.WriteLine(requestBody); |
79 | comp = requestBody.Split(delimiter); | 79 | comp = requestBody.Split(delimiter); |
80 | passw = comp[3].Split(delimiter2); | 80 | passw = comp[3].Split(delimiter2); |
81 | if (passw[1] == passWord) | 81 | if (passw[1] == passWord) // check admin password is correct |
82 | { | 82 | { |
83 | 83 | ||
84 | line = comp[0].Split(delimiter2); //split firstname | 84 | line = comp[0].Split(delimiter2); //split firstname |