From e3f98e2413e1dc420e341559bf6d41a78860d1fd Mon Sep 17 00:00:00 2001 From: goujonpa <goujonpa@gmail.com> Date: Thu, 19 Jun 2014 01:51:58 +0200 Subject: [PATCH] fix --- class/race.php | 6 +++--- class/rdv.php | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/class/race.php b/class/race.php index 00cd1eb..31e0681 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 9a66290..230da61 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 )); -- GitLab