merged 193 to 0.4 tag
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -219,7 +219,7 @@ function send_triggered_notification($uid,$trigger="NO_TRIGGER",$args = array(), | ... | @@ -219,7 +219,7 @@ function send_triggered_notification($uid,$trigger="NO_TRIGGER",$args = array(), |
| 219 | $insert = array( | 219 | $insert = array( |
| 220 | 'notification_id' => $nid | 220 | 'notification_id' => $nid |
| 221 | , 'status' => 'unread' | 221 | , 'status' => 'unread' |
| 222 | , 'sent_date' => time() | 222 | , 'sent_date' => current_time('timestamp') |
| 223 | , 'args' => $args | 223 | , 'args' => $args |
| 224 | ); | 224 | ); |
| 225 | if(empty($notices)) { | 225 | if(empty($notices)) { | ... | ... |
-
Please register or sign in to post a comment