diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 16:43:10 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 16:43:10 +0000 |
| commit | e6da9360c43d4aa93a24e25399fd99e7238d12af (patch) | |
| tree | 4693fca468b9c749b5f3412098956b9e47dc45a3 /src/fcontest.php | |
| parent | 796a28bc023f6d0fb844ea14f3e95f98205d89f2 (diff) | |
| download | boca-e6da9360c43d4aa93a24e25399fd99e7238d12af.tar.gz boca-e6da9360c43d4aa93a24e25399fd99e7238d12af.zip | |
trans
Diffstat (limited to 'src/fcontest.php')
| -rw-r--r-- | src/fcontest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcontest.php b/src/fcontest.php index d00ce68..2af9ed4 100644 --- a/src/fcontest.php +++ b/src/fcontest.php @@ -327,7 +327,7 @@ function DBDeleteUser($contest, $site, $user) { $n = DBnlines($r); for ($i=0;$i<$n;$i++) { $a = DBRow($r,$i); - DBRunDelete($a["number"],$a["site"],$contestnumber,$_SESSION["usertable"]["usernumber"],$_SESSION["usertable"]["usersitenumber"]); + DBRunDelete($a["number"],$a["site"],$contest,$_SESSION["usertable"]["usernumber"],$_SESSION["usertable"]["usersitenumber"]); } DBExec($c, "commit work"); LOGLevel("User $user (site=$site,contest=$contest) marked as inactive.", 1); |