Skip to content
Snippets Groups Projects
Commit fe6227e9 authored by Frédéric France's avatar Frédéric France
Browse files

Typo

parent bab04258
Branches
Tags
No related merge requests found
......@@ -31,8 +31,6 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
$langs->load("other");
$langs->load("companies");
$langs->load("compta");
$langs->load("bills");
$langs->load("contact");
$id = GETPOST('id','int');
......
......@@ -45,7 +45,7 @@ function contact_prepare_head(Contact $object)
{
$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][2] = 'ldap';
$tab++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment