@@ -103,8 +103,8 @@ |
||
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |
106 | - * @param string|array $mItemIndex |
|
107 | - * @param string|array $mItemno |
|
106 | + * @param string $mItemIndex |
|
107 | + * @param string $mItemno |
|
108 | 108 | * @return string |
109 | 109 | */ |
110 | 110 | public function queryItemWhereClause($mItemIndex = '', $mItemno = '') |
@@ -75,7 +75,7 @@ |
||
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'); |