[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] CVS: koha/updater updatedatabase,1.5,1.6
From: |
Chris Cormack |
Subject: |
[Koha-devel] CVS: koha/updater updatedatabase,1.5,1.6 |
Date: |
Mon May 6 15:00:04 2002 |
Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv15559/updater
Modified Files:
updatedatabase
Log Message:
Fixing a typo
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** updatedatabase 2 May 2002 00:08:53 -0000 1.5
--- updatedatabase 6 May 2002 21:59:40 -0000 1.6
***************
*** 47,51 ****
unless ($tables{'z3950queue'}) {
print "Adding z3950queue table...\n";
! my $sti=$dbh->prepare("create table z3950queue (id int auto_increment
primary key, term text, type char(10), startdate int, enddate int, done
smallint, results longblob, numercords int, servers text, identifier
char(30))");
$sti->execute;
}
--- 47,51 ----
unless ($tables{'z3950queue'}) {
print "Adding z3950queue table...\n";
! my $sti=$dbh->prepare("create table z3950queue (id int auto_increment
primary key, term text, type char(10), startdate int, enddate int, done
smallint, results longblob, numrecords int, servers text, identifier
char(30))");
$sti->execute;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] CVS: koha/updater updatedatabase,1.5,1.6,
Chris Cormack <=