Typo
This commit is contained in:
parent
bab04258e0
commit
fe6227e93f
@ -31,8 +31,6 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
|
|||||||
|
|
||||||
$langs->load("other");
|
$langs->load("other");
|
||||||
$langs->load("companies");
|
$langs->load("companies");
|
||||||
$langs->load("compta");
|
|
||||||
$langs->load("bills");
|
|
||||||
$langs->load("contact");
|
$langs->load("contact");
|
||||||
|
|
||||||
$id = GETPOST('id','int');
|
$id = GETPOST('id','int');
|
||||||
|
|||||||
@ -45,7 +45,7 @@ function contact_prepare_head(Contact $object)
|
|||||||
{
|
{
|
||||||
$langs->load("ldap");
|
$langs->load("ldap");
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/contact/ldap.php?id='.$object->id;
|
$head[$tab][0] = DOL_URL_ROOT.'/contact/ldap.php?id='.$object->id;
|
||||||
$head[$tab][1] = $langs->trans("LDAPCard");
|
$head[$tab][1] = $langs->trans("LDAPCard");
|
||||||
$head[$tab][2] = 'ldap';
|
$head[$tab][2] = 'ldap';
|
||||||
$tab++;
|
$tab++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user