diff options
-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(); } ?> |