From 29b927d7caf6daf5cefe0891e0baec0e2c853fff Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 15 Nov 2003 05:54:09 +0000 Subject: [PATCH] factoidsmisc? git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@896 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/dbi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/dbi.pl b/blootbot/src/dbi.pl index 5071404..4936d42 100644 --- a/blootbot/src/dbi.pl +++ b/blootbot/src/dbi.pl @@ -641,7 +641,7 @@ sub checkTables { } } - foreach ( qw(factoids factoidsmisc rootwarn seen stats botmail) ) { + foreach ( qw(factoids rootwarn seen stats botmail) ) { if (exists $db{$_}) { $cache{has_table}{$_} = 1; next; -- 2.39.5