From bdcc8271a2c56f451e432ca82f577891651bbfca Mon Sep 17 00:00:00 2001 From: rangi Date: Mon, 6 May 2002 21:59:40 +0000 Subject: [PATCH] Fixing a typo --- updater/updatedatabase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index ebef170c22..b88ea63247 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -46,7 +46,7 @@ unless ($tables{'bookshelf'}) { 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))"); + 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; } -- 2.39.2