From aec85febe8aa684760e5a2e5347c6945646df7ec Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 29 Jul 2005 09:51:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20le=20lien=20du=20fichier=20pdf=20de=20la?= =?UTF-8?q?=20propale=20=E9tait=20sur=20"blank"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal/document.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/propal/document.php b/htdocs/comm/propal/document.php index 495b9e6e525..45f77214a6c 100644 --- a/htdocs/comm/propal/document.php +++ b/htdocs/comm/propal/document.php @@ -2,6 +2,7 @@ /* Copyright (C) 2003-2004 Rodolphe Quiedeville * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2005 Marc Barilley / Ocebo + * Copyright (C) 2005 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -153,7 +154,7 @@ if ($propalid > 0) $var=!$var; print ''; print ''; - echo ''.$file.''; + echo ''.$file.''; print "\n"; print ''.filesize($upload_dir.'/'.$file). ' bytes'; print ''.strftime('%d %b %Y %H:%M:%S',filemtime($upload_dir.'/'.$file)).'';