diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:36:33 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:36:33 +0000 |
commit | ea2c12eab8fd70c00d04d894e74a6ea1775eb1d9 (patch) | |
tree | 5d136cc2bdf5eddb90f6039a1ceb984ec3633a88 | |
parent | 823c6aba56951d1df137ad7e163099aac493bde8 (diff) | |
download | homepage-ea2c12eab8fd70c00d04d894e74a6ea1775eb1d9.tar.gz homepage-ea2c12eab8fd70c00d04d894e74a6ea1775eb1d9.tar.bz2 homepage-ea2c12eab8fd70c00d04d894e74a6ea1775eb1d9.tar.xz |
smaarettelser
-rw-r--r-- | sendOrd.php | 6 |
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']}"; |