diff --git a/class/race.php b/class/race.php index 00cd1ebff3e591a25e0e770a3a6a6d920cdcd7c7..31e06816dd4b0559b21659374c7806574c99a2a0 100644 --- a/class/race.php +++ b/class/race.php @@ -10,14 +10,14 @@ class Race extends Objet "espece" => array( "t" => "ForeignField", "i" => 3 - ) + ), "nom" => array( "t" => "ForeignField", "i" => 2 - ) + ), "id" => array( "i" => 1 - ) + ), "prix_intervention" => array( "label" => "Prix de l'intervetion", "i" => 4 diff --git a/class/rdv.php b/class/rdv.php index 9a6629072a257f2d9e0dad4eb6d917751db3c0d1..230da613cb604741d1825e106a53cf5d9536a612 100644 --- a/class/rdv.php +++ b/class/rdv.php @@ -15,14 +15,13 @@ class Rdv extends Objet "animal" => array( "t" => "ForeignField", "i" => 3 - ) + ), "id" => array( "i" => 1 - ) + ), "date" => array( "i" => 4 - ) - + ), "duree" => array( "i" => 5 ));