diff options
| author | cassiopc <cassiopc@gmail.com> | 2012-08-08 17:52:19 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2012-08-08 17:52:19 +0000 |
| commit | 5d4eca5257a60c5f1de043fdf3f67e0a9df011f4 (patch) | |
| tree | 6d4ec6ffe1b6490be4120c0f06ae6cdabca41dd8 /boca-1.5.0/src/fclar.php | |
| parent | f8c7c32e3ea6417ccf04309ec521b39a0c20414d (diff) | |
| download | boca-5d4eca5257a60c5f1de043fdf3f67e0a9df011f4.tar.gz boca-5d4eca5257a60c5f1de043fdf3f67e0a9df011f4.zip | |
many small bug fixes
Diffstat (limited to 'boca-1.5.0/src/fclar.php')
| -rw-r--r-- | boca-1.5.0/src/fclar.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 " . |