diff options
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 241876d..9d6b03d 100644 --- a/src/admin/misc.php +++ b/src/admin/misc.php @@ -182,7 +182,7 @@ if($dotransfer || $doscore || $dotransferall) { @fclose($fp); } if($dotransfer) { - echo "Processing other data\n"; + echo "Processing contest data\n"; echo getMainXML($_SESSION["usertable"]["contestnumber"],10,$dotransferall); } @unlink($destination . ".lck"); |