From 5d4eca5257a60c5f1de043fdf3f67e0a9df011f4 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Wed, 8 Aug 2012 19:52:19 +0200 Subject: many small bug fixes --- boca-1.5.0/src/fclar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boca-1.5.0/src/fclar.php') diff --git a/boca-1.5.0/src/fclar.php b/boca-1.5.0/src/fclar.php index 6eb9b77..0a7b439 100644 --- a/boca-1.5.0/src/fclar.php +++ b/boca-1.5.0/src/fclar.php @@ -80,7 +80,7 @@ function DBUserClars($contest,$site,$user) { $c = DBConnect(); $r = DBExec($c, "select distinct c.clarsitenumber as site, c.clarnumber as number, c.clardatediff as timestamp, " . "p.problemname as problem, c.clarstatus as status, c.clardata as question, " . - "c.claranswer as answer, c.updatetime as updatetime " . + "c.claranswer as answer, c.updatetime as updatetime, c.clardatediffans as anstime " . "from clartable as c, problemtable as p " . "where c.contestnumber=$contest and p.contestnumber=c.contestnumber and " . "c.clarproblem=p.problemnumber and not clarstatus ~ 'deleted' and " . -- cgit v1.2.3