Fixing a typo
authorrangi <rangi>
Mon, 6 May 2002 21:59:40 +0000 (21:59 +0000)
committerrangi <rangi>
Mon, 6 May 2002 21:59:40 +0000 (21:59 +0000)
updater/updatedatabase

index ebef170..b88ea63 100755 (executable)
@@ -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;
 }