From 242408d59eace519f037827ca085ff98838086e2 Mon Sep 17 00:00:00 2001 From: Nemunaire Date: Tue, 20 Jan 2015 11:22:32 +0100 Subject: [PATCH] DS are very, VERY bad --- check.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.pl b/check.pl index ae3c615d..bc3ec707 100755 --- a/check.pl +++ b/check.pl @@ -190,7 +190,7 @@ for my $f (readdir $dh) $sth = query($dbh, "SELECT S.id FROM solved S WHERE S.id_team = $team AND S.id_exercice = ".$dbh->quote($exercice)); if (! $sth->rows) { - say "resetresetreset:TEAM$team,$theme:SYNCSYN:TEAM$team:SYNC:HOME:SYNC:all:DS"; + say "resetresetreset:TEAM$team,$theme:SYNCSYN:TEAM$team:SYNC:HOME:SYNC:all:SY"; say STDERR localtime().": Team $team solve exercice $exercice in $theme"; query($dbh, "INSERT INTO solved (id_team, id_exercice, time) VALUES ($team, ".$dbh->quote($exercice).", CURRENT_TIMESTAMP);");