[Koha-cvs] CVS: koha/admin marctagstructure.pl,1.24,1.25

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 4 22:37:17 CEST 2004


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27828/admin

Modified Files:
	marctagstructure.pl 
Log Message:
bugfix : returning to tag after modifying the tag.

Index: marctagstructure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marctagstructure.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** marctagstructure.pl	25 Jun 2004 09:18:08 -0000	1.24
--- marctagstructure.pl	4 Oct 2004 20:37:14 -0000	1.25
***************
*** 162,166 ****
  	}
  	$sth->finish;
! 	print "Content-Type: text/html\n\n<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=marctagstructure.pl?tagfield=$tagfield&frameworkcode=$frameworkcode\"></html>";
  	exit;
  													# END $OP eq ADD_VALIDATE
--- 162,166 ----
  	}
  	$sth->finish;
! 	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





More information about the Koha-cvs mailing list