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
2d6a8eb0
authored
2014-10-29 13:12:09 -0400
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
One more attempt to get "sent_date" working for the email cron
1 parent
18f9cc2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
2d6a8eb
...
...
@@ -6,7 +6,6 @@ use Tz\WordPress\CBV;
use
Tz\WordPress\CBV\User
;
use
Tz\WordPress\Tools
;
use
Tz\WordPress\Tools\Sequencer
;
use
WP_User
;
const
OPTION_NAME
=
'notif_options'
;
const
NOTIFICATION_STATUS_READ
=
'read'
;
...
...
@@ -293,7 +292,7 @@ function send_triggered_notification($uid = 0, $trigger = "NO_TRIGGER", $args =
'attachment2'
=>
$att2
,
'attachment3'
=>
$att3
,
'sent'
=>
(
int
)
$sentSuccessfully
,
'sent_date'
=>
''
'sent_date'
=>
CBV\tz_date
(
'Y-m-d H:i:s'
)
],
[
'%d'
,
...
...
Please
register
or
sign in
to post a comment