From 1564e56e7537435c34d58f3ec7d252037c40c017 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 Feb 2004 18:31:00 +0000 Subject: [PATCH] =?UTF-8?q?N'affiche=20pas=20la=20valeur=20de=20l'url=20de?= =?UTF-8?q?=20la=20soci=E9t=E9=20si=20elle=20n'est=20pas=20d=E9finie,=20si?= =?UTF-8?q?non=20on=20obtient=20un=20lien=20"http://"=20sans=20path=20d'af?= =?UTF-8?q?fich=E9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 555cc6b2a49..672b48625d9 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -175,9 +175,7 @@ elseif ($action == 'edit') print 'Téléphone'; print 'Fax'; - print 'Web'; - if ($soc->url && ! ereg("http:\/\/",$soc->url)) { print 'http://'; } - print ''; + print 'Webhttp://'; print 'Siren'; print 'Siret';