FIX : function sendEmailsReminder isn't completely developed, then MAIN_FEATURES_LEVEL must be 2 to "use" it
This commit is contained in:
parent
04b0216277
commit
58d82eb477
@ -194,7 +194,7 @@ print '</tr>'."\n";
|
|||||||
|
|
||||||
|
|
||||||
// AGENDA REMINDER EMAIL
|
// AGENDA REMINDER EMAIL
|
||||||
if ($conf->global->MAIN_FEATURES_LEVEL > 0)
|
if ($conf->global->MAIN_FEATURES_LEVEL == 2)
|
||||||
{
|
{
|
||||||
print '<tr class="oddeven">'."\n";
|
print '<tr class="oddeven">'."\n";
|
||||||
print '<td>'.$langs->trans('AGENDA_REMINDER_EMAIL', $langs->transnoentities("Module2300Name")).'</td>'."\n";
|
print '<td>'.$langs->trans('AGENDA_REMINDER_EMAIL', $langs->transnoentities("Module2300Name")).'</td>'."\n";
|
||||||
@ -211,7 +211,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// AGENDA REMINDER BROWSER
|
// AGENDA REMINDER BROWSER
|
||||||
if ($conf->global->MAIN_FEATURES_LEVEL > 0)
|
if ($conf->global->MAIN_FEATURES_LEVEL == 2)
|
||||||
{
|
{
|
||||||
print '<tr class="oddeven">'."\n";
|
print '<tr class="oddeven">'."\n";
|
||||||
print '<td>'.$langs->trans('AGENDA_REMINDER_BROWSER').'</td>'."\n";
|
print '<td>'.$langs->trans('AGENDA_REMINDER_BROWSER').'</td>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user