diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:15:35 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:15:35 +0000 |
commit | 1dc58287b43e374ccb3c4450240af3c0fd5a7837 (patch) | |
tree | fb5122f1e03460e86d981d82668d0fa1c5bdffb7 | |
parent | 0cd534c4032608b45a86d96df8bd05ff16fe81da (diff) | |
download | homepage-1dc58287b43e374ccb3c4450240af3c0fd5a7837.tar.gz homepage-1dc58287b43e374ccb3c4450240af3c0fd5a7837.tar.bz2 homepage-1dc58287b43e374ccb3c4450240af3c0fd5a7837.tar.xz |
linjeskift?
-rw-r--r-- | sendOrd.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sendOrd.php b/sendOrd.php index 98b0bac..e5d8f60 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -42,8 +42,7 @@ if(!$HTTP_POST_VARS['gpl']) if($error != '') { $error .= "Bruk tilbakeknappen i nettleseren for å rette på påmeldinga.\n"; - print $error; - print "<br>"; + print $error . "<br>"; exit(); } ?> |