aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sendOrd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php
index fa72caa..4ffafb8 100644
--- a/sendOrd.php
+++ b/sendOrd.php
@@ -27,7 +27,7 @@ $error = '';
// }
// Sjekk at all nødvendig informasjon er oppgitt
-if(!$HTTP_POST_VARS['status'] == '')
+if($HTTP_POST_VARS['status'] == '')
{
$error .= "Du må angi om ordet er rett eller feil stavet.\n" . "<br>";
}