This commit is contained in:
Kathy Ruffing 2011-09-22 11:50:54 +00:00
parent 552b54cb2d
commit c67def5eb0

View File

@ -607,7 +607,7 @@ namespace VEPROMS.CSLA.Library
get get
{ {
string s = _Xp["Section", "CheckoffHeading"]; string s = _Xp["Section", "CheckoffHeading"];
if (s != null && s.Equals(string.Empty)) if (s != null && !s.Equals(string.Empty))
return Convert.ToInt32(s); return Convert.ToInt32(s);
return 0; return 0;
} }