This commit is contained in:
2011-11-21 16:43:36 +00:00
parent 4ec326169f
commit e024297db6
2 changed files with 10 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ namespace VEPROMS.CSLA.Library
{
string s = _Xp["Step", "CheckOffIndex"];
if (s == string.Empty) return -1;
if (s == string.Empty) return 0;
return int.Parse(s);
}