From a59a87a4270fe21c11acc945b9a4a99719c3125c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Oct 2020 14:39:35 +0200 Subject: [PATCH] =?UTF-8?q?m=C3=A0j=20C200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/salles/C200.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/salles/C200.php b/admin/salles/C200.php index f2c3fb0..75b382d 100644 --- a/admin/salles/C200.php +++ b/admin/salles/C200.php @@ -59,22 +59,22 @@ $police["C200"] = 11; $orientation["C200"][0]="V"; $ligne_coord["C200"][0] = array(0, 0); -$ligne_machines["C200"][0] = array('C2009'); -$shift["C200"][0] = 1; +$ligne_machines["C200"][0] = array('C20010','C20009'); +$shift["C200"][0] = 10; $orientation["C200"][1]="V"; $ligne_coord["C200"][1] = array(400, 200); -$ligne_machines["C200"][1] = array('C2004','C2003','C2002','C2001'); +$ligne_machines["C200"][1] = array('C20001','C20002','C20003','C20004'); $shift["C200"][1] = 20; $orientation["C200"][2]="V"; -$ligne_coord["C200"][2] = array(0, 150); -$ligne_machines["C200"][2] = array('C2008','C2007'); +$ligne_coord["C200"][2] = array(0, 200); +$ligne_machines["C200"][2] = array('C20008','C20007'); $shift["C200"][2] = 10; $orientation["C200"][3]="V"; $ligne_coord["C200"][3] = array(0, 400); -$ligne_machines["C200"][3] = array('C2006','C2005'); +$ligne_machines["C200"][3] = array('C20006','C20005'); $shift["C200"][3] = 10;