heure bordure bottom

This commit is contained in:
Baptiste 2022-06-18 14:52:54 +02:00
parent 5a3c7a2793
commit 1d7f0637fb

View file

@ -58,7 +58,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
</td>
<?php
for($day=1;$day<=7;$day++) {
echo "<td>";
echo "<td style='border-bottom: 2px solid black;'>";
$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()) {