This commit is contained in:
2010-09-24 12:29:58 +00:00
parent 6604321362
commit ddacbd431f
5 changed files with 45 additions and 24 deletions

View File

@@ -4,6 +4,7 @@ using System.Text;
using Volian.Controls.Library;
using VEPROMS.CSLA.Library;
using System.Text.RegularExpressions;
using Volian.Base.Library;
namespace DataLoader
{
@@ -105,12 +106,12 @@ namespace DataLoader
if (updatedText != afterText)//|| newStripped != afterText)
myProblems.RTBProblems.Add(item.ItemID, item.MyContent.ContentID, originalText, updatedText, MyStepRTB.Rtf, afterText, item.Path);
}
#if DEBUG
else
//#if DEBUG
else if (VlnSettings.DebugMode)
{
Console.WriteLine("here");
}
#endif
//#endif
}
Status = "Saving problems";
ErrorCount = myProblems.RTBProblems.Count;