diff options
| -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 { |