Correction avant mise en production
This commit is contained in:
parent
41cf32a822
commit
020311b3a4
@ -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"> </td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user