@@ -153,12 +153,12 @@ |
||
| 153 | 153 | return $tac; |
| 154 | 154 | } |
| 155 | 155 | // 214 : nouvelle zone 2019 |
| 156 | - if ($tac = $this->xpath2string('//mxc:datafield[@tag="214"]/mxc:subfield[@code="c"]',' / ')) { |
|
| 156 | + if ($tac = $this->xpath2string('//mxc:datafield[@tag="214"]/mxc:subfield[@code="c"]', ' / ')) { |
|
| 157 | 157 | return $tac; |
| 158 | 158 | } |
| 159 | 159 | |
| 160 | 160 | // 219 ancienne zone ? |
| 161 | - if ($tac = $this->xpath2string('//mxc:datafield[@tag="219"]/mxc:subfield[@code="c"]',' / ')) { |
|
| 161 | + if ($tac = $this->xpath2string('//mxc:datafield[@tag="219"]/mxc:subfield[@code="c"]', ' / ')) { |
|
| 162 | 162 | return $tac; |
| 163 | 163 | } |
| 164 | 164 | |