diff --git a/install.php b/install.php index eed4e95202815f85563d9f60a4d3df61681a5b0d..f6cc17177bebe95af6acf26745999f469a908ee6 100644 --- a/install.php +++ b/install.php @@ -89,7 +89,7 @@ function loadDB(){ for ($cmpt = 0; $cmpt< count($tab); $cmpt++){ $img = mysqli_real_escape_string($mysqli, $tab[$cmpt]['image']); $nom = mysqli_real_escape_string($mysqli, $tab[$cmpt]['nom']); - echo $img.' '.$nom; + //echo $img.' '.$nom; $str .= "UPDATE recettes SET photo='{$img}' WHERE titre LIKE '{$nom}'; "; }