* Cleaning code still.

This commit is contained in:
Adam Frisby
2008-05-01 16:41:01 +00:00
parent c803e0cca1
commit fc6c4dc399
41 changed files with 845 additions and 809 deletions

View File

@@ -70,7 +70,7 @@ namespace OpenSim.Data.MSSQL
override public AssetBase FetchAsset(LLUUID assetID)
{
AssetBase asset = null;
AssetBase asset;
Dictionary<string, string> param = new Dictionary<string, string>();
param["id"] = assetID.ToString();