diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:00:04 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:00:04 +0000 |
commit | a6e8747398ff529013c9d30792955dc48bc27132 (patch) | |
tree | 868c9e915295a01b49c81853b6cce5988539f768 | |
parent | 2e542abe27ea2647bc51ed094d25cf8e18f43cfc (diff) | |
download | homepage-a6e8747398ff529013c9d30792955dc48bc27132.tar.gz homepage-a6e8747398ff529013c9d30792955dc48bc27132.tar.bz2 homepage-a6e8747398ff529013c9d30792955dc48bc27132.tar.xz |
smaarettelser
-rw-r--r-- | sendOrd.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sendOrd.php b/sendOrd.php index c09a563..12d6a1a 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -46,16 +46,16 @@ if($error != '') Du får straks en kopi av innmeldinga til den e-postadressen du oppga.<br> <?php -$body .= " -WORD: {$HTTP_POST_VARS['ord']} +$body .= "WORD: {$HTTP_POST_VARS['ord']}"; + if($HTTP_POST_VARS['status']) $body .= "STATUS: +\n"; elif $body .= "STATUS: -\n"; else $body .= "STATUS: ?\n"; -EDITOR: {$HTTP_POST_VARS['navn']} {$HTTP_POST_VARS['e-post']} -"; + +$body .= "EDITOR: {$HTTP_POST_VARS['navn']} {$HTTP_POST_VARS['e-post']}"; /*if($HTTP_POST_VARS['beskjeder']) $body .= "\nBeskjeder:\n{$HTTP_POST_VARS['beskjeder']}\n\n";*/ |