diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 17:06:34 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 17:06:34 +0000 |
| commit | 7558408460caded014e6dc685f9fdd0877a6c11b (patch) | |
| tree | 11225a0ee9cad1807e6cf04ec0f8832ecdf24ab8 /src/fcontest.php | |
| parent | 378883bd438379082257c6c0c8d17870036c8513 (diff) | |
| download | boca-7558408460caded014e6dc685f9fdd0877a6c11b.tar.gz boca-7558408460caded014e6dc685f9fdd0877a6c11b.zip | |
bf
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 e980bef..d286763 100644 --- a/src/fcontest.php +++ b/src/fcontest.php @@ -733,7 +733,7 @@ function DBUpdateContest ($param, $c=null) { if(isset($param['contestlastmilescore']) && !isset($param['lastmilescore'])) $param['lastmilescore']=$param['contestlastmilescore']; if(isset($param['contestpenalty']) && !isset($param['penalty'])) $param['penalty']=$param['contestpenalty']; if(isset($param['contestmaxfilesize']) && !isset($param['maxfilesize'])) $param['maxfilesize']=$param['contestmaxfilesize']; - if(isset($param['contestactive']) && !isset($param['active'])) $param['active']=$param['contestactive']; + // if(isset($param['contestactive']) && !isset($param['active'])) $param['active']=$param['contestactive']; if(isset($param['contestmainsite']) && !isset($param['mainsite'])) $param['mainsite']=$param['contestmainsite']; if(isset($param['contestkeys']) && !isset($param['keys'])) $param['keys']=$param['contestkeys']; |