diff options
Diffstat (limited to 'vote.php')
-rw-r--r-- | vote.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ Kind regards, the vote system BODY; - mail($board,"Re: $tag - $title",$body,"From: Voting System <returns@caert.org>"); + $db->notify("Re: $tag - $title",$body); } else { ?> <b>Your vote has NOT been registered.</b><br/> |