From 335b8d76bd16450e707ddf49e7aef29cbd9917e1 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Wed, 25 Oct 2017 11:43:58 +0100 Subject: better verbosity --- src/site/getsite.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/site') diff --git a/src/site/getsite.php b/src/site/getsite.php index 08235a0..e285778 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -38,7 +38,9 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { if(strtoupper(substr($s,0,5)) != "") { echo "\n"; } else { - if(importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true)) + $resp = importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true); + echo $resp[0]; + if($resp[1]) echo "\n"; else echo "\n"; -- cgit v1.2.3