[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin koha2marclinks.pl,1.8.2.2,1.8.2.3
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/admin koha2marclinks.pl,1.8.2.2,1.8.2.3 |
Date: |
Mon, 12 Jan 2004 09:38:54 -0800 |
Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv30456/admin
Modified Files:
Tag: rel_2_0
koha2marclinks.pl
Log Message:
reverting erroneouse quoting : in show columns, the tablename must NOT be
quoted (no prepare / execute)
Index: koha2marclinks.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/koha2marclinks.pl,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -C2 -r1.8.2.2 -r1.8.2.3
*** koha2marclinks.pl 30 Dec 2003 17:49:34 -0000 1.8.2.2
--- koha2marclinks.pl 12 Jan 2004 17:38:51 -0000 1.8.2.3
***************
*** 107,112 ****
}
#XXX: This might not work. Maybe should use a DBI call instead of SHOW
COLUMNS
! my $sth2=$dbh->prepare("SHOW COLUMNS from ?");
! $sth2->execute($tablename);
my $toggle="white";
--- 107,112 ----
}
#XXX: This might not work. Maybe should use a DBI call instead of SHOW
COLUMNS
! my $sth2=$dbh->prepare("SHOW COLUMNS from $tablename");
! $sth2->execute;
my $toggle="white";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin koha2marclinks.pl,1.8.2.2,1.8.2.3,
Paul POULAIN <=
- Prev 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
- Next by Date:
[Koha-cvs] CVS: koha/admin itemtypes.pl,1.10.2.1,1.10.2.2
- Previous 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
- Next by thread:
[Koha-cvs] CVS: koha/admin itemtypes.pl,1.10.2.1,1.10.2.2
- Index(es):