|
@@ -75,7 +75,7 @@ |
|
|
block discarded – undo |
|
75
|
75
|
$aErr['fax'] = true; |
|
76
|
76
|
} |
|
77
|
77
|
$postcountry = filter_input(INPUT_POST, 'country', FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_LOW); |
|
78
|
|
- if (HelperConfig::$customer['validate_country'] && (empty($postcountry) || !isset(HelperConfig::$countries['countries_' .$sLang][$postcountry]))) { |
|
|
78
|
+ if (HelperConfig::$customer['validate_country'] && (empty($postcountry) || !isset(HelperConfig::$countries['countries_'.$sLang][$postcountry]))) { |
|
79
|
79
|
$aErr['country'] = true; |
|
80
|
80
|
} |
|
81
|
81
|
$posttos = filter_input(INPUT_POST, 'tos'); |
Please login to merge, or discard this patch.