début correction du bug de recherche et en vrai j'ai corrigé pas mal de trucs

This commit is contained in:
laura.chevillet 2026-01-19 16:25:37 +01:00
parent aaf36302ac
commit c5f3ef2d0f
3 changed files with 9 additions and 10 deletions

View file

@ -86,8 +86,7 @@
foreach($arrCategory as $arrDetCategory){
?>
<option value="<?php echo $arrDetCategory['category_id']; ?>"
<?php echo ($intCategory == $arrDetCategory['category_id'])?'selected':''; ?>
>
<?php echo ($intCategory == $arrDetCategory['category_id'])?'selected':''; ?> >
<?php echo $arrDetCategory['category_name']; ?>
</option>
<?php