Correction affichage site web

This commit is contained in:
Michael RICOIS 2009-10-08 14:49:37 +00:00
parent ee6fa14ef0
commit 096470a5f4

View File

@ -466,8 +466,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>