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
a9d53ba2
authored
2011-03-29 20:10:35 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merged 193 to 0.4 tag
1 parent
ddef3655
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
a9d53ba
...
...
@@ -219,7 +219,7 @@ function send_triggered_notification($uid,$trigger="NO_TRIGGER",$args = array(),
$insert
=
array
(
'notification_id'
=>
$nid
,
'status'
=>
'unread'
,
'sent_date'
=>
time
(
)
,
'sent_date'
=>
current_time
(
'timestamp'
)
,
'args'
=>
$args
);
if
(
empty
(
$notices
))
{
...
...
Please
register
or
sign in
to post a comment