Update modDataPolicy.class.php
There was useless condition
This commit is contained in:
parent
32d401bed4
commit
598156de04
@ -132,7 +132,7 @@ class modDataPolicy extends DolibarrModules {
|
|||||||
array('DATAPOLICY_ADHERENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
|
array('DATAPOLICY_ADHERENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!empty($conf->global->MAIN_INFO_SOCIETE_COUNTRY)) $country = explode(":", !empty($conf->global->MAIN_INFO_SOCIETE_COUNTRY) ? $conf->global->MAIN_INFO_SOCIETE_COUNTRY : '');
|
$country = explode(":", empty($conf->global->MAIN_INFO_SOCIETE_COUNTRY) ? '' : $conf->global->MAIN_INFO_SOCIETE_COUNTRY);
|
||||||
|
|
||||||
// Some keys to add into the overwriting translation tables
|
// Some keys to add into the overwriting translation tables
|
||||||
/* $this->overwrite_translation = array(
|
/* $this->overwrite_translation = array(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user