From 02a3f21309f13b2674dccf33f1f9302ec802b4d5 Mon Sep 17 00:00:00 2001 From: Axel Bojer Date: Sat, 12 May 2007 15:23:22 +0000 Subject: sjekk status ogsaa --- sendOrd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . "
"; } -- cgit v1.2.3