Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
809ed5c4
authored
2023-04-21 20:16:25 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
newsletter fix
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
427cb792
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/Admin.php
com/Notifications/Admin.php
View file @
809ed5c
...
...
@@ -73,7 +73,7 @@ function display_page()
$sendto
=
$_POST
[
'sendto'
];
$executeDate
=
(
$type
==
'scheduled'
||
$type
==
'newsletter'
)
?
$_POST
[
'execute_date'
]
:
'0000-00-00 00:00:00'
;
$trigger
=
(
$type
==
'scheduled'
||
$type
==
'newsletter'
)
?
'scheduled-cron-job'
:
$_POST
[
'trigger'
];
$style
=
$_POST
[
'email_style'
]
;
$style
=
(
$type
==
'scheduled'
||
(
$type
==
'newsletter'
||
$type
==
'events_newsletter'
))
?
''
:
'newsletter'
;
$emailData
=
[];
$systemMessageData
=
[];
$pushMessageData
=
[];
...
...
Please
register
or
sign in
to post a comment