Skip to content
Snippets Groups Projects
Commit 97e59387 authored by Robert Anderson's avatar Robert Anderson Committed by Nigel Kukard
Browse files

DeliveryRules fixes

Use isEmailSpec function for SenderSpec, RecipientSpec
Handle passing of Action in the back end
parent 7db672dc
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ sub isDate
# Check options
if (!defined($options)) {
$options = ISDATE_YEAR | ISDATE_MONTH | ISDATE_DAY | ISDATE_TIME
$options = ISDATE_YEAR | ISDATE_MONTH | ISDATE_DAY
}
# Regex out components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment