--- db/prgsrc/findequal.pl 2003/02/02 21:54:11 1.2 +++ db/prgsrc/findequal.pl 2003/02/02 22:02:03 1.3 @@ -45,13 +45,14 @@ if ((uc 'Á') ne 'á') {die "!Koi8-r local -if (checktable('equalto')) {die "The table equalto exists. You must delete it first!\n"}; +#if (checktable('equalto')) {die "The table equalto exists. You must delete it first!\n"}; if ((uc 'Á') ne 'á') {die "!Koi8-r locale not installed!\n"}; print "Creating equalto table...\n"; + mydo("DROP TABLE IF EXISTS equalto"); mydo("CREATE TABLE equalto ( First INT UNSIGNED NOT NULL PRIMARY KEY, KEY FirstKey (First),