From bfb0b23afb0c15a276c5499ad237273b4ea8cd08 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Mon, 30 Oct 2017 15:40:16 +0000 Subject: bf --- src/site/getsite.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/site') diff --git a/src/site/getsite.php b/src/site/getsite.php index e285778..bbcd5f1 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -39,8 +39,8 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { echo "\n"; } else { $resp = importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true); - echo $resp[0]; - if($resp[1]) + echo $resp[1]; + if($resp[0]) echo "\n"; else echo "\n"; -- cgit v1.2.3