[Koha-cvs] CVS: koha/maint shiftbib.pl,1.2.2.1,1.2.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:18:11 CEST 2002


Update of /cvsroot/koha/koha/maint
In directory usw-pr-cvs1:/tmp/cvs-serv1761

Modified Files:
      Tag: arensb-context
	shiftbib.pl 
Log Message:
Added a whole mess of FIXME comments.


Index: shiftbib.pl
===================================================================
RCS file: /cvsroot/koha/koha/maint/shiftbib.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** shiftbib.pl	4 Oct 2002 02:35:52 -0000	1.2.2.1
--- shiftbib.pl	5 Oct 2002 06:18:09 -0000	1.2.2.2
***************
*** 34,38 ****
  my $bi=$input->param('bi');
  my $bib=$input->param('bib');
! my $type=$input->param('type');
  print startpage();
  print startmenu('catalog');
--- 34,38 ----
  my $bi=$input->param('bi');
  my $bib=$input->param('bib');
! my $type=$input->param('type');	# FIXME - Redundant
  print startpage();
  print startmenu('catalog');





More information about the Koha-cvs mailing list