* Temporarily resolve another problem in http://opensimulator.org/mantis/view.php?id=3741 by disabling the loading of OAR creation information

0.6.6-post-fixes
Justin Clarke Casey 2009-06-12 20:00:26 +00:00
parent f9782a1085
commit 9f2ddfd167
1 changed files with 4 additions and 2 deletions

View File

@ -514,11 +514,13 @@ namespace OpenSim.Region.CoreModules.World.Archiver
{
if (xtr.Name.ToString() == "date")
{
currentRegionSettings.LoadedCreationDate = xtr.ReadElementContentAsString();
// Disable date & time for now until load problem in
// http://opensimulator.org/mantis/view.php?id=3741 (note 0012120 by WWWench) is resolved
//currentRegionSettings.LoadedCreationDate = xtr.ReadElementContentAsString();
}
else if (xtr.Name.ToString() == "time")
{
currentRegionSettings.LoadedCreationTime = xtr.ReadElementContentAsString();
//currentRegionSettings.LoadedCreationTime = xtr.ReadElementContentAsString();
}
else if (xtr.Name.ToString() == "id")
{