diff options
Diffstat (limited to 'motion.php')
-rw-r--r-- | motion.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -91,7 +91,6 @@ BODY; $stmt->bindParam(":votetype",$_POST['votetype']); $stmt->bindParam(":due",$_POST['due']); if ($stmt->execute()) { - $db->getStatement("post create")->execute(); ?> <b>The motion has been proposed!</b><br/> <a href="motions.php">Back to motions</a><br/> |