diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:07:27 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:07:27 +0000 |
commit | c9235f6637ac8c6bb700066ce0cb34d0aaabf65a (patch) | |
tree | da3ce2780a4d54221c401927d6c06bb474ae631b | |
parent | 62e363909700bca9fa68e19cc77c6ee9d66a8aa3 (diff) | |
download | homepage-c9235f6637ac8c6bb700066ce0cb34d0aaabf65a.tar.gz homepage-c9235f6637ac8c6bb700066ce0cb34d0aaabf65a.tar.bz2 homepage-c9235f6637ac8c6bb700066ce0cb34d0aaabf65a.tar.xz |
linjeskift?
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index 10edc67..080893e 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -42,7 +42,7 @@ if(!$HTTP_POST_VARS['gpl']) if($error != '') { $error .= "Bruk tilbakeknappen i nettleseren for å rette på påmeldinga.\n"; - print "\n" . $error "\n" .; + print "\n" . $error . "\n"; exit(); } ?> |