From 1d33c70c0e791bed95138a2d6f2d1f901642ba5e Mon Sep 17 00:00:00 2001 From: "community.cacert.org" Date: Fri, 29 May 2009 05:14:50 +0000 Subject: add email threading headers git-svn-id: http://svn.cacert.cl/Software/Voting/vote@46 d4452222-2f33-11de-9270-010000000000 --- motion.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'motion.php') diff --git a/motion.php b/motion.php index de94bfd..f2accea 100644 --- a/motion.php +++ b/motion.php @@ -72,7 +72,7 @@ again. Kind regards, the voting system BODY; - $db->notify("Re: $tag - $title",$body); + $db->notify("Re: $tag - $title - modified",$body,$tag); } else { ?> The motion has NOT been proposed!
@@ -127,7 +127,7 @@ Abstain: $voteurl&vote=0 Kind regards, the voting system BODY; - $db->notify("$tag - $title",$body); + $db->notify("$tag - $title",$body,$tag,TRUE); } else { ?> The motion has NOT been proposed!
-- cgit v1.2.1