aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sendOrd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php
index 4977b16..fbb4737 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 $error . "zzzzzzzz\n";
+ print "zzzzzzzz\n" . $error;
exit();
}
?>