From ca517b08566575e153e68f7dd2712884ffee9cb1 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 9 Feb 2006 16:16:34 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20description=20du=20produit=20dans=20la?= =?UTF-8?q?=20fiche=20propal=20si=20constante=20PROP=5FADD=5FPROD=5FDESC?= =?UTF-8?q?=20=20=E0=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 65cea6ecbbc..f97846cedfa 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -732,7 +732,7 @@ if ($_GET['propalid'] > 0) if ($conf->global->PROP_ADD_PROD_DESC) { - print '
'.$objp->product_desc; + print '
'.nl2br(stripslashes($objp->product_desc)); } if ($objp->date_start && $objp->date_end)