From 308c8aa7b6284974446dd95d758001dd129d453f Mon Sep 17 00:00:00 2001 From: acli Date: Sat, 8 Feb 2003 21:49:55 +0000 Subject: [PATCH] Added default case to catch illegal values resulting from over-translation --- simpleredirect.pl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/simpleredirect.pl b/simpleredirect.pl index c43ae81cb5..17a9aba5f3 100755 --- a/simpleredirect.pl +++ b/simpleredirect.pl @@ -3,8 +3,11 @@ #simple script to provide basic redirection #used by members section +# Allows a single script to handle the addition of either an adult +# or a corporate member -# Copyright 2000-2002 Katipo Communications + +# Copyright 2000-2003 Katipo Communications # # This file is part of Koha. # @@ -35,3 +38,9 @@ if ($choice eq 'adult'){ if ($choice eq 'organisation'){ print $input->redirect("/cgi-bin/koha/imemberentry.pl?type=Add"); } + +print <