[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/marc updatedb2marc.pl,1.3,1.4
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/marc updatedb2marc.pl,1.3,1.4 |
Date: |
Fri, 20 Dec 2002 05:55:03 -0800 |
Update of /cvsroot/koha/koha/marc
In directory sc8-pr-cvs1:/tmp/cvs-serv3567/marc
Modified Files:
updatedb2marc.pl
Log Message:
uses temp koha.conf file by default
Index: updatedb2marc.pl
===================================================================
RCS file: /cvsroot/koha/koha/marc/updatedb2marc.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** updatedb2marc.pl 5 Oct 2002 10:11:04 -0000 1.3
--- updatedb2marc.pl 20 Dec 2002 13:55:01 -0000 1.4
***************
*** 23,27 ****
use strict;
require Exporter;
! use C4::Context;
use C4::Catalogue;
use C4::Biblio;
--- 23,27 ----
use strict;
require Exporter;
! use C4::Context("/etc/koha.conf.tmpXX");
use C4::Catalogue;
use C4::Biblio;
***************
*** 31,34 ****
--- 31,38 ----
#die;
my $dbh = C4::Context->dbh;
+ my $sth = $dbh->prepare("select * from systempreferences");
+ $sth->execute;
+ print "connecté\n";
+ die;
$dbh->do("delete from marc_biblio");
$dbh->do("delete from marc_blob_subfield");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/marc updatedb2marc.pl,1.3,1.4,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Context.pm,1.9,1.10
- Next by Date:
[Koha-cvs] CVS: koha/misc buildrelease,1.4,1.5 installer.pl,1.6,1.7
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Context.pm,1.9,1.10
- Next by thread:
[Koha-cvs] CVS: koha/misc buildrelease,1.4,1.5 installer.pl,1.6,1.7
- Index(es):