From 1d7f0637fb62cb54cb3b1019b15da660d4c1eec0 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Sat, 18 Jun 2022 14:52:54 +0200 Subject: [PATCH] heure bordure bottom --- planning.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planning.php b/planning.php index 0ec83ca..0e13621 100755 --- a/planning.php +++ b/planning.php @@ -58,7 +58,7 @@ if(isset($_GET['planning']) AND !empty(['planning'])) "; + echo ""; $req1 = $db->prepare('SELECT title, description, color, length FROM planning_insa WHERE day = ? AND num_planning = ? ORDER BY order_start ASC'); $req1->execute(array($day, $planning)); while($r1 = $req1->fetch()) {