diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:46:52 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:46:52 +0000 |
commit | 2c357bfa331c7e60a600a40e9bc7c2afe440346e (patch) | |
tree | 0403657f97888aec2550c08c2dadc2f237c9f714 | |
parent | 0505a7b1ae79ad4a7c0c8343ad7da24652ef795c (diff) | |
download | homepage-2c357bfa331c7e60a600a40e9bc7c2afe440346e.tar.gz homepage-2c357bfa331c7e60a600a40e9bc7c2afe440346e.tar.bz2 homepage-2c357bfa331c7e60a600a40e9bc7c2afe440346e.tar.xz |
forsoek paa feilfiks
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index 932c08a..57ab0cc 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -59,7 +59,7 @@ $subject = "[ORDSJEKK] Bokmålsord til korrekturlesing"; $body .= "WORD: {$HTTP_POST_VARS['ord']}\n"; -if($HTTP_POST_VARS['status'] == 'Ja' +if($HTTP_POST_VARS['status'] == 'Ja') $body .= "STATUS: +\n"; // else if($HTTP_POST_VARS['status']) // $body .= "STATUS: -\n"; |