This commit is contained in:
Kathy Ruffing 2011-02-08 11:22:03 +00:00
parent fe808c0ca1
commit f524056e6c
2 changed files with 3 additions and 1 deletions

View File

@ -110,6 +110,8 @@ namespace VEPROMS.CSLA.Library
_UserID = dr.GetString("cUserID");
_ContentDetailCount = dr.GetInt32("DetailCount");
_ContentEntryCount = dr.GetInt32("EntryCount");
_ContentGridCount = dr.GetInt32("GridCount");
_ContentImageCount = dr.GetInt32("ImageCount");
_ContentItemCount = dr.GetInt32("ItemCount");
_ContentPartCount = dr.GetInt32("cPartCount");
_ContentRoUsageCount = dr.GetInt32("RoUsageCount");

View File

@ -1249,7 +1249,7 @@ namespace VEPROMS.CSLA.Library
retval = Regex.Replace(retval, @"\\dn[30] ?", "");
return retval;
}
private static string StripLinks(string rtf)
public static string StripLinks(string rtf)
{
string retval = rtf;
retval = Regex.Replace(retval, @"\\v.*?\\v0", "");