Diff of /trunk/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs
Parent Directory
|
Revision Log
|
Patch
| revision 16, Sat Dec 27 21:48:30 2008 UTC | revision 17, Sun Dec 28 01:40:18 2008 UTC | |
|---|---|---|
| # | Line 190 | Line 190 |
| 190 | ||
| 191 | ArrayList dataArray = (ArrayList)result["data"]; | ArrayList dataArray = (ArrayList)result["data"]; |
| 192 | ||
| int count = dataArray.Count; | ||
| int i = 0; | ||
| 193 | Dictionary<UUID, string> classifieds = new Dictionary<UUID, string>(); | Dictionary<UUID, string> classifieds = new Dictionary<UUID, string>(); |
| 194 | ||
| 195 | foreach (Object o in dataArray) | foreach (Object o in dataArray) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

