From 04f1f36a7748773c72f64bbeb0163404a32efe88 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 7 Nov 2007 15:46:23 -0600 Subject: [PATCH] small fix for a variable out of scope Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- admin/auth_tag_structure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/auth_tag_structure.pl b/admin/auth_tag_structure.pl index 106c13649b..d65289d374 100755 --- a/admin/auth_tag_structure.pl +++ b/admin/auth_tag_structure.pl @@ -183,7 +183,7 @@ if ($op eq 'add_form') { } $sth->finish; } - print "Content-Type: text/html\n\n"; + print "Content-Type: text/html\n\nparam('tagfield')."&authtypecode=$authtypecode\">"; exit; # END $OP eq ADD_VALIDATE ################## DELETE_CONFIRM ################################## -- 2.39.5