From bc017fb0325f4e305b3e41b0c6c8c87b0ba33fc4 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 6 Jan 2003 11:13:29 +0000 Subject: [PATCH] lasts commits before 1.3.3 release --- marc/updatedb2marc.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/marc/updatedb2marc.pl b/marc/updatedb2marc.pl index ca1ad87ff3..fd8575a6b4 100755 --- a/marc/updatedb2marc.pl +++ b/marc/updatedb2marc.pl @@ -22,7 +22,7 @@ package C4::test; use strict; require Exporter; -use C4::Context("/etc/koha.conf.tmpXX"); +use C4::Context("/etc/koha.conf.tmp"); use C4::Catalogue; use C4::Biblio; use MARC::Record; @@ -32,8 +32,6 @@ use MARC::File::USMARC; 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"); $dbh->do("delete from marc_subfield_table"); -- 2.39.2