diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-25 10:45:04 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-25 10:45:04 +0000 |
| commit | 421cdb9175931191e7059b41d0b2028131f7c232 (patch) | |
| tree | f7963c6ce8b5e0776393fbe0c547edb750baa405 /src/admin/misc.php | |
| parent | 51b8b2e5243198b89535bbfb836dbd8a1e1b51d5 (diff) | |
| download | boca-421cdb9175931191e7059b41d0b2028131f7c232.tar.gz boca-421cdb9175931191e7059b41d0b2028131f7c232.zip | |
better verbosity
Diffstat (limited to 'src/admin/misc.php')
| -rw-r--r-- | src/admin/misc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |