[Koha-cvs] CVS: koha updatebiblio.pl,1.1.1.1.2.1,1.1.1.1.2.2

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Jun 25 22:21:00 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	updatebiblio.pl 
Log Message:
Missing parameter in startmenu() call


Index: updatebiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebiblio.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** updatebiblio.pl	14 Jun 2002 21:20:26 -0000	1.1.1.1.2.1
--- updatebiblio.pl	25 Jun 2002 20:20:58 -0000	1.1.1.1.2.2
***************
*** 48,52 ****
    print $input->header;
    print startpage();
!   print startmenu();
    print $error;
    my @subs=split('\n',$error);
--- 48,52 ----
    print $input->header;
    print startpage();
!   print startmenu('catalogue');
    print $error;
    my @subs=split('\n',$error);





More information about the Koha-cvs mailing list