mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Updated the code to handle Agent Preferences. Thanks to TomDataworks for providing a final solution.
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7610)
This commit is contained in:
committed by
Kevin Cozens
parent
e9b0f71575
commit
b418033915
@@ -251,7 +251,7 @@ namespace OpenSim.Data.PGSQL
|
||||
}
|
||||
if (PGFieldType == "double precision")
|
||||
{
|
||||
return (Double)value;
|
||||
return Convert.ToDouble(value);
|
||||
}
|
||||
return CreateParameterValue(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user