[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha updatebiblio.pl,1.1.1.1.2.1,1.1.1.1.2.2
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha updatebiblio.pl,1.1.1.1.2.1,1.1.1.1.2.2 |
Date: |
Tue, 25 Jun 2002 13:21:00 -0700 |
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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha updatebiblio.pl,1.1.1.1.2.1,1.1.1.1.2.2,
Steve Tonnesen <=