Correction affichage url site web

This commit is contained in:
Michael RICOIS 2009-10-16 15:51:22 +00:00
parent 05cbbdd744
commit 25977a0972

View File

@ -443,8 +443,8 @@ if ($etab['Fax']*1>0)
//Site web
if ($etab['Web']!='')
{
if (substr($web,0,7)!='http://') $siteWeb = 'http://'.$etab['Web'];
else $siteWeb = $etab['Web'];
if (substr($etab['Web'],0,7)!='http://') $siteWeb = 'http://'.$etab['Web'];
else $siteWeb = $etab['Web'];
?>
<tr>
<td width="30">&nbsp;</td>