Strip les quotes dans le nom de la societe
This commit is contained in:
parent
d48badecde
commit
06b68ad6d8
@ -47,7 +47,7 @@ if ($result)
|
|||||||
$objp = $db->fetch_object( $i);
|
$objp = $db->fetch_object( $i);
|
||||||
|
|
||||||
$info_box_contents[$i][0] = array('align' => 'left',
|
$info_box_contents[$i][0] = array('align' => 'left',
|
||||||
'text' => $objp->nom,
|
'text' => stripslashes($objp->nom),
|
||||||
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
|
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
|
||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
@ -47,7 +47,7 @@ if ($result)
|
|||||||
$objp = $db->fetch_object( $i);
|
$objp = $db->fetch_object( $i);
|
||||||
|
|
||||||
$info_box_contents[$i][0] = array('align' => 'left',
|
$info_box_contents[$i][0] = array('align' => 'left',
|
||||||
'text' => $objp->nom,
|
'text' => stripslashes($objp->nom),
|
||||||
'url' => DOL_URL_ROOT."/comm/prospect/fiche.php?id=".$objp->idp);
|
'url' => DOL_URL_ROOT."/comm/prospect/fiche.php?id=".$objp->idp);
|
||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user