[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase2.pl,1.4,1.4.2.1
From: |
Andrew Arensburger |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase2.pl,1.4,1.4.2.1 |
Date: |
Thu, 03 Oct 2002 19:46:15 -0700 |
Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv24349
Modified Files:
Tag: arensb-context
updatedatabase2.pl
Log Message:
Use C4::Connect instead of C4::Database, C4::Connect->dbh instead
C4Connect.
Index: updatedatabase2.pl
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase2.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** updatedatabase2.pl 14 Aug 2002 18:12:54 -0000 1.4
--- updatedatabase2.pl 4 Oct 2002 02:46:12 -0000 1.4.2.1
***************
*** 32,36 ****
# Suite 330, Boston, MA 02111-1307 USA
! use C4::Database;
use C4::Catalogue;
use DBI;
--- 32,36 ----
# Suite 330, Boston, MA 02111-1307 USA
! use C4::Context;
use C4::Catalogue;
use DBI;
***************
*** 59,63 ****
! my $dbh=C4Connect;
my %tables;
--- 59,63 ----
! my $dbh = C4::Context->dbh;
my %tables;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase2.pl,1.4,1.4.2.1,
Andrew Arensburger <=