\ No newline at end of file
diff --git a/my_sell.php b/my_sell.php
index 7dbbe45..8fad3fe 100644
--- a/my_sell.php
+++ b/my_sell.php
@@ -54,6 +54,7 @@ include('inc/header.php');
query('SELECT * FROM products WHERE idusers = "' . $_SESSION['id'] . '" ORDER BY date DESC');
if($reponse->fetchColumn() > 0) {
+ $reponse = $mysql->query('SELECT * FROM products WHERE idusers = "' . $_SESSION['id'] . '" ORDER BY date DESC');
while ($donnees = $reponse->fetch()) { ?>