Correction avant mise en production

This commit is contained in:
Michael RICOIS 2009-10-16 16:12:56 +00:00
parent 41cf32a822
commit 020311b3a4

View File

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