diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-19 13:36:44 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-19 13:36:44 +0000 |
| commit | 380285bd9dadbd9e8fc7f9217044560e1efa6981 (patch) | |
| tree | f9d8ecaabd740141556bb341198309fc8d62dc93 /src/fcontest.php | |
| parent | c416fd4f6f06bd8c2a35288821e280dd45034375 (diff) | |
| download | boca-380285bd9dadbd9e8fc7f9217044560e1efa6981.tar.gz boca-380285bd9dadbd9e8fc7f9217044560e1efa6981.zip | |
bf
Diffstat (limited to 'src/fcontest.php')
| -rw-r--r-- | src/fcontest.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fcontest.php b/src/fcontest.php index e4a6f5d..f8f2cff 100644 --- a/src/fcontest.php +++ b/src/fcontest.php @@ -1121,8 +1121,8 @@ function DBNewSite ($contest, $c=null, $param=array()) { } else { $a = DBGetRow ("select * from sitetable where contestnumber=$contest and sitenumber=$number", 0, $c); if($a != null) { - if($cw) DBExec($c, "commit work"); - return 1; + if($cw) DBExec($c, "commit work"); + return false; } } if($duration=='') $duration = $ct["contestduration"]; @@ -1140,7 +1140,7 @@ function DBNewSite ($contest, $c=null, $param=array()) { $ct["contestlastmileanswer"].",".$ct["contestlastmilescore"]. ", $duration, 't', '$number', '$number', '$number', $sitescorelevel, 0, 0, 0, 0, 10, $updatetime)")) { if($cw) DBExec($c, "commit work"); - return 1; + return false; } $cf=globalconf(); @@ -1160,7 +1160,7 @@ function DBNewSite ($contest, $c=null, $param=array()) { if($cw) DBExec($c, "commit work"); LOGLevel("User " . $_SESSION["usertable"]["username"]."/". $_SESSION["usertable"]["usersitenumber"] . " created site $number on contest $contest.",2); - return 2; + return $number; } function DBUserUpdate($contest, $site, $user, $username, $userfull, $userdesc, $passo, $passn) { |