From 40ce13debed913b77b30a831df479f39bb2e8ca3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 24 Dec 2004 13:22:56 +0000 Subject: [PATCH] Strip les quotes du nom --- htdocs/comm/clients.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/clients.php b/htdocs/comm/clients.php index aa0b7779f77..6d1f29b1dbb 100644 --- a/htdocs/comm/clients.php +++ b/htdocs/comm/clients.php @@ -107,7 +107,7 @@ if ($result) print '
'; print ''; print ''; - print ''; + print ''; print ''; print ''; print ''; @@ -125,7 +125,7 @@ if ($result) print ""; print ''; print img_file(); - print " idp\">$obj->nom\n"; + print " idp\">".stripslashes($obj->nom)."\n"; print "".$obj->code_client." \n"; print "".$obj->ville." \n"; print '';