From 03c94fad7650f4075ee2d289f8b985cd8f8daef7 Mon Sep 17 00:00:00 2001 From: uckelman Date: Fri, 30 Apr 2010 16:39:40 +0000 Subject: Added edit id to message-id. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6782 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/Util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Util.php') diff --git a/src/Util.php b/src/Util.php index f06718d..38aec11 100644 --- a/src/Util.php +++ b/src/Util.php @@ -4,8 +4,8 @@ function throw_if_null($arg) { if ($arg === null) throw new Exception('argument is null'); } -function build_message_id($time, $postId, $forumHost) { - return "<$time.$postId.bridge@$forumHost>"; +function build_message_id($postId, $editId, $time, $forumHost) { + return "<$time.$postId.$editId.bridge@$forumHost>"; } /* -- cgit v1.2.3