[Koha-cvs] CVS: koha modbibitem.pl,1.4,1.4.2.1

Alan Millar amillar at users.sourceforge.net
Wed May 29 16:36:07 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	modbibitem.pl 
Log Message:
Fix error in startmenu() : section name 'catalogue'


Index: modbibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbibitem.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** modbibitem.pl	8 Apr 2002 23:44:43 -0000	1.4
--- modbibitem.pl	29 May 2002 14:36:00 -0000	1.4.2.1
***************
*** 31,35 ****
  #my ($analyticauthor)=analytic($biblionumber,'a');
  print startpage();
! print startmenu();
  my %inputs;
  
--- 31,35 ----
  #my ($analyticauthor)=analytic($biblionumber,'a');
  print startpage();
! print startmenu('catalogue');
  my %inputs;
  





More information about the Koha-cvs mailing list