diff options
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/> |