diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:06:30 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:06:30 +0000 |
commit | 62e363909700bca9fa68e19cc77c6ee9d66a8aa3 (patch) | |
tree | ef62f5a7f4fe29e0f7159cacfb2bb3f5bf1f7768 | |
parent | 57d4d0ca733f2fe8a05ce7e79afb33895d038188 (diff) | |
download | homepage-62e363909700bca9fa68e19cc77c6ee9d66a8aa3.tar.gz homepage-62e363909700bca9fa68e19cc77c6ee9d66a8aa3.tar.bz2 homepage-62e363909700bca9fa68e19cc77c6ee9d66a8aa3.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 40577cc..10edc67 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; + print "\n" . $error "\n" .; exit(); } ?> |