diff options
author | Diva Canto | 2010-04-14 19:23:17 -0700 |
---|---|---|
committer | Diva Canto | 2010-04-14 19:23:17 -0700 |
commit | ff50a90a833f49da5f8c3950148f17807c5139e2 (patch) | |
tree | 8367e6e59752f6d0798f303884fdbe212a7b2b66 /OpenSim/Data/SQLite/SQLiteAssetData.cs | |
parent | The missing .csproj for the Robust 32 bit launcher (diff) | |
parent | minor: add some documentation around the asset udp request path and replace s... (diff) | |
download | opensim-SC_OLD-ff50a90a833f49da5f8c3950148f17807c5139e2.zip opensim-SC_OLD-ff50a90a833f49da5f8c3950148f17807c5139e2.tar.gz opensim-SC_OLD-ff50a90a833f49da5f8c3950148f17807c5139e2.tar.bz2 opensim-SC_OLD-ff50a90a833f49da5f8c3950148f17807c5139e2.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteAssetData.cs')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteAssetData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteAssetData.cs b/OpenSim/Data/SQLite/SQLiteAssetData.cs index ace40e5..a032670 100644 --- a/OpenSim/Data/SQLite/SQLiteAssetData.cs +++ b/OpenSim/Data/SQLite/SQLiteAssetData.cs | |||
@@ -137,7 +137,7 @@ namespace OpenSim.Data.SQLite | |||
137 | cmd.Parameters.Add(new SqliteParameter(":Local", asset.Local)); | 137 | cmd.Parameters.Add(new SqliteParameter(":Local", asset.Local)); |
138 | cmd.Parameters.Add(new SqliteParameter(":Temporary", asset.Temporary)); | 138 | cmd.Parameters.Add(new SqliteParameter(":Temporary", asset.Temporary)); |
139 | cmd.Parameters.Add(new SqliteParameter(":Data", asset.Data)); | 139 | cmd.Parameters.Add(new SqliteParameter(":Data", asset.Data)); |
140 | 140 | ||
141 | cmd.ExecuteNonQuery(); | 141 | cmd.ExecuteNonQuery(); |
142 | } | 142 | } |
143 | } | 143 | } |