@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | $this->dom->addChild( |
| 72 | 72 | $ideEvento, |
| 73 | 73 | "nrRecArqBase", |
| 74 | - ! empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null, |
|
| 74 | + !empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null, |
|
| 75 | 75 | false |
| 76 | 76 | ); |
| 77 | 77 | $this->dom->addChild( |
@@ -166,7 +166,7 @@ discard block |
||
| 166 | 166 | $this->dom->addChild( |
| 167 | 167 | $infoCategIncid, |
| 168 | 168 | "matricula", |
| 169 | - ! empty($infocat->matricula) ? $infocat->matricula : null, |
|
| 169 | + !empty($infocat->matricula) ? $infocat->matricula : null, |
|
| 170 | 170 | false |
| 171 | 171 | ); |
| 172 | 172 | $this->dom->addChild( |
@@ -178,7 +178,7 @@ discard block |
||
| 178 | 178 | $this->dom->addChild( |
| 179 | 179 | $infoCategIncid, |
| 180 | 180 | "indSimples", |
| 181 | - ! empty($infocat->indsimples) ? $infocat->indsimples : null, |
|
| 181 | + !empty($infocat->indsimples) ? $infocat->indsimples : null, |
|
| 182 | 182 | false |
| 183 | 183 | ); |
| 184 | 184 | foreach ($infocat->infobasecs as $infobase) { |