From 78969b6d3adb9e3162754207a5a57a3a1e58fd4f Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 11 Apr 2010 21:15:54 +0000 Subject: Adding forum -> list bridge. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6686 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/Util.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Util.php') diff --git a/src/Util.php b/src/Util.php index 817e8a1..62981b2 100644 --- a/src/Util.php +++ b/src/Util.php @@ -4,4 +4,8 @@ function throw_if_null($arg) { if ($arg === null) throw new Exception('argument is null'); } +function build_message_id($postId, $forumHost) { + return '<' . time() . ".bridge.$postId@$forumHost>"; +} + ?> -- cgit v1.2.3