]> git.donarmstrong.com Git - infobot.git/commitdiff
ws
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 14 Mar 2007 22:51:47 +0000 (22:51 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 14 Mar 2007 22:51:47 +0000 (22:51 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1338 c11ca15a-4712-0410-83d8-924469b57eb5

src/dbi.pl

index 76954e70366df98f4393f550be4c988f7fa5cd4a..3bdedb732ebaddf5b2cbf4697be427644ad5ac7b 100644 (file)
@@ -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) ) {