Skip to content
Snippets Groups Projects
Commit ff191025 authored by suprasanity's avatar suprasanity
Browse files

re

parent 098e5059
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ if(isset($_GET['recetteId']) && !empty($_GET['recetteId'])){
<h4>Ingredients</h4>
<?php
$ingredient=getIngredients($recetteId);
$i=0
$i=0 ;
foreach($ingredient as $valeur){
$i++;
echo "<div class='custom-control custom-checkbox'>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment