This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user