[Koha-cvs] CVS: koha/C4 Output.pm,1.11,1.12

Paul POULAIN tipaul at users.sourceforge.net
Thu Jul 4 14:28:56 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv10341/C4

Modified Files:
	Output.pm 
Log Message:
bugfix from merging


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Output.pm	3 Jul 2002 12:41:01 -0000	1.11
--- Output.pm	4 Jul 2002 12:28:54 -0000	1.12
***************
*** 106,110 ****
  
  sub gotopage($) {
!   my ($target) = shif;
    #print "<br>goto target = $target<br>";
    my $string = "<META HTTP-EQUIV=Refresh CONTENT=\"0;URL=http:$target\">";
--- 106,110 ----
  
  sub gotopage($) {
!   my ($target) = shift;
    #print "<br>goto target = $target<br>";
    my $string = "<META HTTP-EQUIV=Refresh CONTENT=\"0;URL=http:$target\">";





More information about the Koha-cvs mailing list