diff --git a/html/upload.php b/html/upload.php
index b9c14333..442ce70e 100644
--- a/html/upload.php
+++ b/html/upload.php
@@ -22,7 +22,6 @@ if(isset($_POST['page-content'])) {
$upload->bindParam(':filename', $filename);
$upload->bindParam(':titre', htmlspecialchars($_POST['titre']));
$upload->bindParam(':auteur', $_SESSION['display_name']);
- $upload->bindParam(':date', date("Y-m-d"));
if($upload->execute()) {
$status = "Article PubliƩ";
} else {