aboutsummaryrefslogtreecommitdiff
path: root/src/filewindow.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-11-01 16:12:57 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-11-01 16:12:57 +0000
commitbaeda9dea2639a9f717c6e851ee57be58f92f6f6 (patch)
tree0e6fa5f44b31fbd867dc083c18d613f490c39a30 /src/filewindow.php
parentf8d1ffa7c08687efd80c0e6fc2bdfd02b7d4e950 (diff)
downloadboca-baeda9dea2639a9f717c6e851ee57be58f92f6f6.tar.gz
boca-baeda9dea2639a9f717c6e851ee57be58f92f6f6.zip
transactions fixed to speed up
Diffstat (limited to 'src/filewindow.php')
-rw-r--r--src/filewindow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filewindow.php b/src/filewindow.php
index 594e483..64bd1ec 100644
--- a/src/filewindow.php
+++ b/src/filewindow.php
@@ -79,7 +79,7 @@ if ($_GET["oid"]>=0) {
echo $msg ."\n\n\n";
}
// echo "<pre>\n";
- if (DB_lo_read_tobrowser ($_SESSION["usertable"]["contestnumber"],$lo) === false) {
+ if (DB_lo_read_tobrowser ($_SESSION["usertable"]["contestnumber"],$lo,$c) === false) {
header ("Content-type: text/html");
echo "<html><head><title>View Page</title>";
DBExec($c, "rollback work");