corrections de toute les vue et maj du journal
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user