a9d53ba2 by Kevin Burton

merged 193 to 0.4 tag

1 parent ddef3655
...@@ -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)) {
......