Smart block fix

This commit is contained in:
denise 2013-05-30 15:43:31 -04:00
parent 2e3e8659c1
commit c1c90a4b9a
1 changed files with 6 additions and 1 deletions

View File

@ -1361,7 +1361,12 @@ SQL;
"is" => _("is"),
"is not" => _("is not"),
"starts with" => _("starts with"),
"ends with" => _("ends with")
"ends with" => _("ends with"),
"is" => _("is"),
"is not" => _("is not"),
"is greater than" => _("is greater than"),
"is less than" => _("is less than"),
"is in the range" => _("is in the range")
);
// Load criteria from db