summaryrefslogtreecommitdiff
path: root/motion.php
diff options
context:
space:
mode:
Diffstat (limited to 'motion.php')
-rw-r--r--motion.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/motion.php b/motion.php
index 6c8b12e..2dec354 100644
--- a/motion.php
+++ b/motion.php
@@ -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/>