corrections de toute les vue et maj du journal

This commit is contained in:
2026-06-10 22:01:21 +02:00
parent 2b2445e704
commit dbbc0c9401
14 changed files with 191 additions and 187 deletions
@@ -17,7 +17,7 @@ class Genre_model extends CI_Model {
$this->db->select('genre.*');
$this->db->from('genre');
$this->db->join('game_genre', 'game_genre.genreId = genre.genreId');
$this->db->join('game_genre', 'game_genre.genreId = genre.id');
$this->db->where('game_genre.gameId', $game_id);