]> git.donarmstrong.com Git - infobot.git/blobdiff - src/dbi.pl
ws
[infobot.git] / 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) ) {