diff options
Diffstat (limited to 'sendOrd.php')
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index 62949eb..654f1f9 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -43,7 +43,7 @@ if($error != '') { $error .= "Bruk tilbakeknappen i nettleseren for å rette på påmeldinga.\n"; print $error; - print . "\n"; + print "\n"; exit(); } ?> |