Var not defined
This commit is contained in:
parent
2f1954151f
commit
55388d053f
@ -2297,6 +2297,11 @@ class Adherent extends CommonObject
|
|||||||
{
|
{
|
||||||
$langs->load("members");
|
$langs->load("members");
|
||||||
|
|
||||||
|
$warning_delay = 0;
|
||||||
|
$url = '';
|
||||||
|
$label = '';
|
||||||
|
$labelShort = '';
|
||||||
|
|
||||||
if ($mode == 'expired') {
|
if ($mode == 'expired') {
|
||||||
$warning_delay = $conf->adherent->subscription->warning_delay/60/60/24;
|
$warning_delay = $conf->adherent->subscription->warning_delay/60/60/24;
|
||||||
$label = $langs->trans("MembersWithSubscriptionToReceive");
|
$label = $langs->trans("MembersWithSubscriptionToReceive");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user