diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-19 13:32:15 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-19 13:32:15 +0000 |
| commit | c416fd4f6f06bd8c2a35288821e280dd45034375 (patch) | |
| tree | 953d3ba0a75fec7e8669ffe5ada63923a29ef6e5 /src/fcontest.php | |
| parent | 33bbd9542b7197b7dce6d47670aba0192ebceed5 (diff) | |
| download | boca-c416fd4f6f06bd8c2a35288821e280dd45034375.tar.gz boca-c416fd4f6f06bd8c2a35288821e280dd45034375.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 045f28e..e4a6f5d 100644 --- a/src/fcontest.php +++ b/src/fcontest.php @@ -1121,7 +1121,7 @@ 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"); + if($cw) DBExec($c, "commit work"); return 1; } } |