bugfix : returning to tag after modifying the tag.
authortipaul <tipaul>
Mon, 4 Oct 2004 20:37:14 +0000 (20:37 +0000)
committertipaul <tipaul>
Mon, 4 Oct 2004 20:37:14 +0000 (20:37 +0000)
admin/marctagstructure.pl

index 5ab3d0a..fa0fb73 100755 (executable)
@@ -161,7 +161,7 @@ if ($op eq 'add_form') {
                                                        );
        }
        $sth->finish;
-       print "Content-Type: text/html\n\n<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=marctagstructure.pl?tagfield=$tagfield&frameworkcode=$frameworkcode\"></html>";
+       print "Content-Type: text/html\n\n<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=marctagstructure.pl?searchfield=$tagfield&frameworkcode=$frameworkcode\"></html>";
        exit;
                                                                                                        # END $OP eq ADD_VALIDATE
 ################## DELETE_CONFIRM ##################################