@@ -565,7 +565,7 @@ |
||
| 565 | 565 | ->where("ID_".$this->nom_batiment_sql, "=", $this->niveau_batiment+1) |
| 566 | 566 | ->get(); |
| 567 | 567 | |
| 568 | - if ((is_array($query)) && (count($query) > 0)){ |
|
| 568 | + if ((is_array($query)) && (count($query) > 0)) { |
|
| 569 | 569 | foreach ($query as $obj) { |
| 570 | 570 | $this->info_batiment_next = $xml->$nom_batiment_sql->phrase_suivant.$obj->$champ.$xml->$nom_batiment_sql->complement; |
| 571 | 571 | } |