[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/maint shiftbib.pl,1.3,1.4
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/maint shiftbib.pl,1.3,1.4 |
Date: |
Mon, 12 Jan 2004 08:55:50 -0800 |
Update of /cvsroot/koha/koha/maint
In directory sc8-pr-cvs1:/tmp/cvs-serv19165
Modified Files:
shiftbib.pl
Log Message:
synch'ing with rel_2_0
Index: shiftbib.pl
===================================================================
RCS file: /cvsroot/koha/koha/maint/shiftbib.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** shiftbib.pl 5 Oct 2002 10:06:00 -0000 1.3
--- shiftbib.pl 12 Jan 2004 16:55:48 -0000 1.4
***************
*** 41,47 ****
my $biblionumber=$input->param('biblionumber');
my $dbh = C4::Context->dbh;
! my $query="Select * from biblio where biblionumber=$biblionumber";
! my $sth=$dbh->prepare($query);
! $sth->execute;
my $data=$sth->fetchrow_hashref;
print "Shifting group $bi to biblio $biblionumber<br>
--- 41,46 ----
my $biblionumber=$input->param('biblionumber');
my $dbh = C4::Context->dbh;
! my $sth=$dbh->prepare("Select * from biblio where biblionumber=?");
! $sth->execute($biblionumber);
my $data=$sth->fetchrow_hashref;
print "Shifting group $bi to biblio $biblionumber<br>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/maint shiftbib.pl,1.3,1.4,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/z3950 z3950import.pl,1.4,1.5
- Next by Date:
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.15,1.16 branches.pl,1.23,1.24 categorie.pl,1.13,1.14 categoryitem.pl,1.7,1.8 charges.pl,1.1,1.2 currency.pl,1.9,1.10 itemtypes.pl,1.10,1.11 koha2marclinks.pl,1.9,1.10 marc_subfields_structure.pl,1.17,1.18 marctagstructure.pl,1.18,1.19 printers.pl,1.9,1.10 stopwords.pl,1.10,1.11 z3950servers.pl,1.8,1.9
- Previous by thread:
[Koha-cvs] CVS: koha/z3950 z3950import.pl,1.4,1.5
- Next by thread:
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.15,1.16 branches.pl,1.23,1.24 categorie.pl,1.13,1.14 categoryitem.pl,1.7,1.8 charges.pl,1.1,1.2 currency.pl,1.9,1.10 itemtypes.pl,1.10,1.11 koha2marclinks.pl,1.9,1.10 marc_subfields_structure.pl,1.17,1.18 marctagstructure.pl,1.18,1.19 printers.pl,1.9,1.10 stopwords.pl,1.10,1.11 z3950servers.pl,1.8,1.9
- Index(es):