This commit is contained in:
Kathy Ruffing 2011-08-24 11:40:30 +00:00
parent e4df9391c3
commit f95c2a10af

View File

@ -85,7 +85,6 @@ namespace DataLoader
if (tokrt > -1) if (tokrt > -1)
{ {
txtdirty = true; txtdirty = true;
InvalidROs.Clear();
stptext = MigrateRos(cn, stptext, seqcvt, content, docver, conv_caret, ref rotype); stptext = MigrateRos(cn, stptext, seqcvt, content, docver, conv_caret, ref rotype);
stptext = stptext.TrimEnd(" ".ToCharArray()); stptext = stptext.TrimEnd(" ".ToCharArray());
// if this is a table RO, then save a flag in the config // if this is a table RO, then save a flag in the config
@ -95,7 +94,6 @@ namespace DataLoader
if (tokrt > -1) if (tokrt > -1)
{ {
txtdirty = true; txtdirty = true;
InvalidROs.Clear();
stptext = MigrateRos(cn, stptext, seqcvt, content, docver, conv_caret, ref rotype); stptext = MigrateRos(cn, stptext, seqcvt, content, docver, conv_caret, ref rotype);
stptext = stptext.TrimEnd(" ".ToCharArray()); stptext = stptext.TrimEnd(" ".ToCharArray());
} }
@ -173,6 +171,7 @@ namespace DataLoader
iaro.UserID = "Migration"; iaro.UserID = "Migration";
} }
item.Save(); item.Save();
InvalidROs.Clear();
} }
if (frType > 0) if (frType > 0)
{ {