From ae3e5cb4c72c4461a702ac2096df7946f3660ca3 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Mon, 30 Oct 2017 18:38:15 +0000 Subject: make items appear --- src/fclar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fclar.php') diff --git a/src/fclar.php b/src/fclar.php index 72364e8..4555e07 100644 --- a/src/fclar.php +++ b/src/fclar.php @@ -478,7 +478,7 @@ function DBOpenClarsSNS($contest,$site,$st,$order='clar') { "from clartable as c, problemtable as p " . "where c.contestnumber=$contest and p.contestnumber=c.contestnumber and " . "c.clarproblem=p.problemnumber"; - if ($site != "x") { + if (strpos($site,"x")===false) { $str = explode(",", $site); $sql .= " and (c.clarstatus='answeredall'"; for ($i=0;$i