diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:03:47 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 15:03:47 +0000 |
commit | a66cc4d94ae1078f1921397f91540120f50aeecb (patch) | |
tree | 03c8f6db53e8025aaaadac14232511ff69225ee7 | |
parent | 592e1e31b09d1072180e105c55dec24f13cb1f49 (diff) | |
download | homepage-a66cc4d94ae1078f1921397f91540120f50aeecb.tar.gz homepage-a66cc4d94ae1078f1921397f91540120f50aeecb.tar.bz2 homepage-a66cc4d94ae1078f1921397f91540120f50aeecb.tar.xz |
smaarettelser
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index d46f088..8b78e06 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; +// print $error; exit(); } ?> |