]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/scans.pl
Remove old ugly hacks from pre-history
[ndwebbie.git] / scripts / scans.pl
index 40957a77f7eb8555d342854680f4920b8b96568e..e44dc081f53c70076377f924b03457e2dd9e786b 100755 (executable)
@@ -41,7 +41,6 @@ our $dbh = ND::DB::DB();
 
 #my $test = $dbh->prepare(q{INSERT INTO scans (tick,scan_id) VALUES(1,3) RETURNING id});
 #print ;
-$dbh->do(q{SET CLIENT_ENCODING TO 'LATIN1';});
 
 my $scangroups = $dbh->prepare(q{SELECT id,scan_id,tick,uid FROM scans
        WHERE groupscan AND NOT parsed FOR UPDATE