diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:23:22 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:23:22 +0000 |
commit | 02a3f21309f13b2674dccf33f1f9302ec802b4d5 (patch) | |
tree | 0eecbfb85bcf9372e6398b72fb63da06643543ad | |
parent | f314b0a05a7671b91ea7aff3b45a9672f7713e77 (diff) | |
download | homepage-02a3f21309f13b2674dccf33f1f9302ec802b4d5.tar.gz homepage-02a3f21309f13b2674dccf33f1f9302ec802b4d5.tar.bz2 homepage-02a3f21309f13b2674dccf33f1f9302ec802b4d5.tar.xz |
sjekk status ogsaa
-rw-r--r-- | sendOrd.php | 2 |
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>"; } |