Skip to content
Snippets Groups Projects
Commit 79f38acb authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files
parents e653059a 7e27b099
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,10 @@
<div class="row pb-3">
<?php
$search["difficulte"] = 1;
$search=null;
if(isset($_GET["categoryId"])){
$search["categoryId"]=($_GET["categoryId"]);
}
$recettes = getRecettes($search);
foreach($recettes as $recette){
$array["userId"] = $recette["auteurId"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment