|
@@ -132,12 +132,7 @@ namespace OTSClassifyEngine
|
|
|
GetZeroElementRulesDataDB();
|
|
|
|
|
|
auto rules= m_pZeroElementRulesDataDB->GetZeroElementRulesLib(bClear);
|
|
|
- if (rules.size() == 0)
|
|
|
- {
|
|
|
- AfxMessageBox(_T("The format of the zero element rule is incorrect. Please use the zero element interface in the standard library editor to save and try again!"));
|
|
|
-
|
|
|
- return FALSE;
|
|
|
- }
|
|
|
+
|
|
|
lib->setZeroElementRuleList(rules);
|
|
|
|
|
|
return TRUE;
|