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(),
$insert = array(
'notification_id' => $nid
, 'status' => 'unread'
, 'sent_date' => time()
, 'sent_date' => current_time('timestamp')
, 'args' => $args
);
if(empty($notices)) {
......