diff options
Diffstat (limited to 'src/site/getsite.php')
| -rw-r--r-- | src/site/getsite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php index d2b616d..58406d1 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -42,7 +42,7 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { echo "<!-- <ERROR8> ".session_id() . " -->\n"; echo "<!-- <NOTOK> -->"; } else { - $resp = importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true,-1); + $resp = importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true,0,-1); echo $resp[1]; if($resp[0]) echo "<!-- <OK> -->"; |