diff options
author | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-05-29 05:14:50 +0000 |
---|---|---|
committer | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-05-29 05:14:50 +0000 |
commit | 1d33c70c0e791bed95138a2d6f2d1f901642ba5e (patch) | |
tree | e618a5d8af323f9c794149f9148b0eb089ca9d85 /motion.php | |
parent | ed0a6f42d5786b6a4945276c639528fa79d85c4f (diff) | |
download | cacert-boardvoting-1d33c70c0e791bed95138a2d6f2d1f901642ba5e.tar.gz cacert-boardvoting-1d33c70c0e791bed95138a2d6f2d1f901642ba5e.tar.xz cacert-boardvoting-1d33c70c0e791bed95138a2d6f2d1f901642ba5e.zip |
add email threading headers
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@46 d4452222-2f33-11de-9270-010000000000
Diffstat (limited to 'motion.php')
-rw-r--r-- | motion.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { ?> <b>The motion has NOT been proposed!</b><br/> @@ -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 { ?> <b>The motion has NOT been proposed!</b><br/> |