Added option to check RTF with StepRTB
Use Temporary Folder for SearchResults Remove override of Equals - return to default Comment-out Debug Remove PDFs that are older than one hour Added a ShowLocalStack that takes a format and a list of parameters
This commit is contained in:
@@ -505,7 +505,7 @@ namespace VEPROMS.CSLA.Library
|
||||
private static string RhmTab(ItemInfo item)
|
||||
{
|
||||
if (item == null) return "";
|
||||
if (item.ItemID == 2065) Console.WriteLine("here");
|
||||
//if (item.ItemID == 2065) Console.WriteLine("here");
|
||||
string sret = "";
|
||||
switch (item.MyContent.Type / 10000)
|
||||
{
|
||||
|
Reference in New Issue
Block a user