diff --git a/php/event.php b/php/event.php index acb4466..0c3fbf0 100644 --- a/php/event.php +++ b/php/event.php @@ -47,9 +47,13 @@ $commentaire=mysqli_fetch_all($req,MYSQLI_ASSOC); ' - . '
' . $comment['content'] ."
" - . ""; + . '' . $com['contenu'] ."
"; + //. ""; echo "Il faut être identifié pour poster un commentaire.
'; } else { - if ($article['closed']) { - echo "Article fermé, non modifiable.
"; - } else { - echo 'Ajouter un commentaire avec votre compte : ' . $_SESSION['user']['name'] - .'
'; + + echo 'Ajouter un commentaire avec votre compte : ' . $_SESSION['login'] + .'
'; } -} + ?> - - + +