From 421cdb9175931191e7059b41d0b2028131f7c232 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Wed, 25 Oct 2017 11:45:04 +0100 Subject: better verbosity --- src/admin/misc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/misc.php b/src/admin/misc.php index 3e8d224..0f62e89 100644 --- a/src/admin/misc.php +++ b/src/admin/misc.php @@ -182,7 +182,7 @@ if($dotransfer || $doscore || $dotransferall) { } if($dotransfer) { echo "Processing other data\n"; - getMainXML($_SESSION["usertable"]["contestnumber"],10,$dotransferall); + echo getMainXML($_SESSION["usertable"]["contestnumber"],10,$dotransferall); } @unlink($destination . ".lck"); } else { -- cgit v1.2.3