@@ 1114-1118 (lines=5) @@ | ||
1111 | sanitize_text_field($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_code']) |
|
1112 | ); |
|
1113 | } |
|
1114 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_single'])) { |
|
1115 | $cols_n_values['CNT_cur_single'] = sanitize_text_field( |
|
1116 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_single'] |
|
1117 | ); |
|
1118 | } |
|
1119 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_plural'])) { |
|
1120 | $cols_n_values['CNT_cur_plural'] = sanitize_text_field( |
|
1121 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_plural'] |
|
@@ 1119-1123 (lines=5) @@ | ||
1116 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_single'] |
|
1117 | ); |
|
1118 | } |
|
1119 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_plural'])) { |
|
1120 | $cols_n_values['CNT_cur_plural'] = sanitize_text_field( |
|
1121 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_plural'] |
|
1122 | ); |
|
1123 | } |
|
1124 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign'])) { |
|
1125 | $cols_n_values['CNT_cur_sign'] = sanitize_text_field( |
|
1126 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign'] |
|
@@ 1124-1127 (lines=4) @@ | ||
1121 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_plural'] |
|
1122 | ); |
|
1123 | } |
|
1124 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign'])) { |
|
1125 | $cols_n_values['CNT_cur_sign'] = sanitize_text_field( |
|
1126 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign'] |
|
1127 | ); |
|
1128 | } |
|
1129 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign_b4'])) { |
|
1130 | $cols_n_values['CNT_cur_sign_b4'] = absint( |
|
@@ 1129-1133 (lines=5) @@ | ||
1126 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign'] |
|
1127 | ); |
|
1128 | } |
|
1129 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign_b4'])) { |
|
1130 | $cols_n_values['CNT_cur_sign_b4'] = absint( |
|
1131 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign_b4'] |
|
1132 | ); |
|
1133 | } |
|
1134 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_plc'])) { |
|
1135 | $cols_n_values['CNT_cur_dec_plc'] = absint( |
|
1136 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_plc'] |
|
@@ 1134-1138 (lines=5) @@ | ||
1131 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_sign_b4'] |
|
1132 | ); |
|
1133 | } |
|
1134 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_plc'])) { |
|
1135 | $cols_n_values['CNT_cur_dec_plc'] = absint( |
|
1136 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_plc'] |
|
1137 | ); |
|
1138 | } |
|
1139 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_mrk'])) { |
|
1140 | $cols_n_values['CNT_cur_dec_mrk'] = sanitize_text_field( |
|
1141 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_mrk'] |
|
@@ 1139-1143 (lines=5) @@ | ||
1136 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_plc'] |
|
1137 | ); |
|
1138 | } |
|
1139 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_mrk'])) { |
|
1140 | $cols_n_values['CNT_cur_dec_mrk'] = sanitize_text_field( |
|
1141 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_mrk'] |
|
1142 | ); |
|
1143 | } |
|
1144 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_thsnds'])) { |
|
1145 | $cols_n_values['CNT_cur_thsnds'] = sanitize_text_field( |
|
1146 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_thsnds'] |
|
@@ 1144-1148 (lines=5) @@ | ||
1141 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_dec_mrk'] |
|
1142 | ); |
|
1143 | } |
|
1144 | if (isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_thsnds'])) { |
|
1145 | $cols_n_values['CNT_cur_thsnds'] = sanitize_text_field( |
|
1146 | $this->_req_data['cntry'][ $CNT_ISO ]['CNT_cur_thsnds'] |
|
1147 | ); |
|
1148 | } |
|
1149 | $cols_n_values['CNT_tel_code'] = isset($this->_req_data['cntry'][ $CNT_ISO ]['CNT_tel_code']) |
|
1150 | ? sanitize_text_field($this->_req_data['cntry'][ $CNT_ISO ]['CNT_tel_code']) |
|
1151 | : null; |