mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#11682 fixed special days alert
This commit is contained in:
parent
141c34618e
commit
1dedb96314
@ -262,7 +262,7 @@ $data[1] = '';
|
|||||||
$table_conditions->data[] = $data;
|
$table_conditions->data[] = $data;
|
||||||
|
|
||||||
$data[0] = __('Use special days list');
|
$data[0] = __('Use special days list');
|
||||||
$data[1] = (isset($alert['special_day']) && $alert['special_day'] == 1) ? __('Yes') : __('No');
|
$data[1] = (isset($template['special_day']) && (int) $template['special_day'] !== 0) ? __('Yes') : __('No');
|
||||||
$table_conditions->data[] = $data;
|
$table_conditions->data[] = $data;
|
||||||
|
|
||||||
$data[0] = __('Time threshold');
|
$data[0] = __('Time threshold');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user