From 56d54d3d287db90e36b8999b4b0709786a1ec919 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 4 Oct 2004 20:37:14 +0000 Subject: [PATCH] bugfix : returning to tag after modifying the tag. --- admin/marctagstructure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/marctagstructure.pl b/admin/marctagstructure.pl index 5ab3d0ae5e..fa0fb737da 100755 --- a/admin/marctagstructure.pl +++ b/admin/marctagstructure.pl @@ -161,7 +161,7 @@ if ($op eq 'add_form') { ); } $sth->finish; - print "Content-Type: text/html\n\n"; + print "Content-Type: text/html\n\n"; exit; # END $OP eq ADD_VALIDATE ################## DELETE_CONFIRM ################################## -- 2.39.5