From 00698f30ff201f7cd7fc4ef6133e9e603b84ed8e Mon Sep 17 00:00:00 2001
From: "kent1@arscenic.info" <>
Date: Wed, 5 Oct 2011 08:55:05 +0000
Subject: [PATCH] =?UTF-8?q?En=20fait=20c'est=20un=20probl=C3=A8me=20de=20b?=
 =?UTF-8?q?ase=20donc=20je=20reviens=20sur=20le=20commit=20pr=C3=A9c=C3=A9?=
 =?UTF-8?q?dent=20...=20c'est=20le=20int(11)=20de=20la=20table=20spip=5Fdo?=
 =?UTF-8?q?cuments=20pour=20le=20champs=20taille=20qui=20n'est=20pas=20suf?=
 =?UTF-8?q?fisant=20apparemment=20...?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

On fera une mise à jour de base après tests
---
 inc/renseigner_document.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/inc/renseigner_document.php b/inc/renseigner_document.php
index 9df96cdc..9b185f8e 100644
--- a/inc/renseigner_document.php
+++ b/inc/renseigner_document.php
@@ -75,10 +75,6 @@ function renseigner_taille_dimension_image($fichier,$ext){
 		spip_log ("Echec copie du fichier $fichier");
 		return _T('medias:erreur_copie_fichier',array('nom'=> $fichier));
 	}
-
-	if($infos['taille'] == '2147483647'){
-		$infos['taille'] = sprintf("%u", filesize($fichier));
-	}
 	
 	// chercher une fonction de description
 	$meta = array();
-- 
GitLab