From a3999cd34ee7d4cddfbf20deb780124123137490 Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 14 Mar 2007 22:51:47 +0000 Subject: [PATCH] ws git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1338 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/dbi.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/blootbot/src/dbi.pl b/blootbot/src/dbi.pl index 76954e7..3bdedb7 100644 --- a/blootbot/src/dbi.pl +++ b/blootbot/src/dbi.pl @@ -339,7 +339,7 @@ sub sqlReplace { &WARN("DEBUG: ($pkey = ) " . sprintf( "REPLACE INTO %s (%s) VALUES (%s)", $table, join(',',@k), join(',',@v) - )); + )); } else { &sqlRaw("Replace($table)", sprintf( @@ -687,8 +687,6 @@ sub checkTables { } &status("Tables: ".join(',',@tables)); @db{@tables} = (1) x @tables; - - } foreach ( qw(botmail connections factoids rootwarn seen stats onjoin) ) { -- 2.39.5