@@ -592,7 +592,7 @@ |
||
592 | 592 | ->where("ID_".$this->nom_batiment_sql, "=", $this->niveau_batiment+1) |
593 | 593 | ->get(); |
594 | 594 | |
595 | - if ((is_array($query)) && (count($query) > 0)){ |
|
595 | + if ((is_array($query)) && (count($query) > 0)) { |
|
596 | 596 | foreach ($query as $obj) { |
597 | 597 | $this->info_batiment_next = $xml->$nom_batiment_sql->phrase_suivant.$obj->$champ.$xml->$nom_batiment_sql->complement; |
598 | 598 | } |