mirror of
https://github.com/opensim/opensim.git
synced 2026-07-20 14:45:38 +08:00
Whoops! left this out. second part of r1541
This commit is contained in:
@@ -673,10 +673,11 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
IDbCommand result = Query(sql, parameters);
|
||||
|
||||
//Console.WriteLine(result.CommandText);
|
||||
|
||||
if (result.ExecuteNonQuery() == 1)
|
||||
int x;
|
||||
if ((x = result.ExecuteNonQuery()) > 0)
|
||||
{
|
||||
returnval = true;
|
||||
|
||||
}
|
||||
result.Dispose();
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user