aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Bojer <axelb@skolelinux.no>2007-05-12 15:23:22 +0000
committerAxel Bojer <axelb@skolelinux.no>2007-05-12 15:23:22 +0000
commit02a3f21309f13b2674dccf33f1f9302ec802b4d5 (patch)
tree0eecbfb85bcf9372e6398b72fb63da06643543ad
parentf314b0a05a7671b91ea7aff3b45a9672f7713e77 (diff)
downloadhomepage-02a3f21309f13b2674dccf33f1f9302ec802b4d5.tar.gz
homepage-02a3f21309f13b2674dccf33f1f9302ec802b4d5.tar.bz2
homepage-02a3f21309f13b2674dccf33f1f9302ec802b4d5.tar.xz
sjekk status ogsaa
-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>";
}