From 03b8b320427fbb8de8a7e062c03bcc9a29fd65d1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 26 Jan 2005 18:04:54 +0000 Subject: [PATCH] =?UTF-8?q?Nouvelle=20pr=E9sentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/fournisseur/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/fournisseur/index.php b/htdocs/telephonie/fournisseur/index.php index f23ddd9c93c..889b56b705e 100644 --- a/htdocs/telephonie/fournisseur/index.php +++ b/htdocs/telephonie/fournisseur/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2005 Rodolphe Quiedeville * * 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 @@ -95,7 +95,7 @@ if ($result) $var=!$var; print ""; - print "".$obj->nom."\n"; + print ''.stripslashes($obj->nom)."\n"; print "".$obj->email_commande."\n"; print ''.$langs->trans($yesno[$obj->commande_active])."\n";