aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sendOrd.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sendOrd.php b/sendOrd.php
index 7eea5f8..55b26e9 100644
--- a/sendOrd.php
+++ b/sendOrd.php
@@ -56,10 +56,10 @@ $body .= "WORD: {$HTTP_POST_VARS['ord']}\n";
if($HTTP_POST_VARS['status'])
$body .= "STATUS: +\n";
-else if($HTTP_POST_VARS['status'])
- $body .= "STATUS: -\n";
+// else if($HTTP_POST_VARS['status'])
+// $body .= "STATUS: -\n";
else
- $body .= "STATUS: ?\n";
+ $body .= "STATUS: -\n";
$body .= "EDITOR: {$HTTP_POST_VARS['navn']} {$HTTP_POST_VARS['e-post']}";