Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
ab82a293e9
@ -675,14 +675,6 @@ if (! defined('NOREQUIRETRAN'))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use php template engine
|
|
||||||
if (! empty($conf->global->MAIN_USE_TEMPLATE_ENGINE) && ! defined('NOTEMPLATEENGINE'))
|
|
||||||
{
|
|
||||||
require_once DOL_DOCUMENT_ROOT.'/includes/savant/Savant3.php';
|
|
||||||
|
|
||||||
$tpl = new Savant3();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Case forcing style from url
|
// Case forcing style from url
|
||||||
if (GETPOST('theme'))
|
if (GETPOST('theme'))
|
||||||
{
|
{
|
||||||
|
|||||||
@ -327,7 +327,7 @@ function getUser($authentication,$id,$ref='',$ref_ext='')
|
|||||||
'datec' => dol_print_date($user->datec,'dayhourrfc'),
|
'datec' => dol_print_date($user->datec,'dayhourrfc'),
|
||||||
'datem' => dol_print_date($user->datem,'dayhourrfc'),
|
'datem' => dol_print_date($user->datem,'dayhourrfc'),
|
||||||
'fk_thirdparty' => $user->societe_id,
|
'fk_thirdparty' => $user->societe_id,
|
||||||
'fk_socpeople' => $user->fk_socpeople,
|
'fk_socpeople' => $user->contact_id,
|
||||||
'fk_member' => $user->fk_member,
|
'fk_member' => $user->fk_member,
|
||||||
'webcal_login' => $user->webcal_login,
|
'webcal_login' => $user->webcal_login,
|
||||||
'phenix_login' => $user->phenix_login,
|
'phenix_login' => $user->phenix_login,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user