diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 17:35:22 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 17:35:22 +0000 |
| commit | 689ca417a57f7d3e7ba2836b09e493a61a13aac1 (patch) | |
| tree | 8d97492e81f453a97c00c3e560864f586321b296 /src/filewindow.php | |
| parent | 9583d6ea7bb503fb0094751c5a871b3fb65de84a (diff) | |
| parent | 6c7db3cfb3e72e6bf7bb8b5c530ec41fa03ec666 (diff) | |
| download | boca-689ca417a57f7d3e7ba2836b09e493a61a13aac1.tar.gz boca-689ca417a57f7d3e7ba2836b09e493a61a13aac1.zip | |
Merge branch 'devel'
Diffstat (limited to 'src/filewindow.php')
| -rw-r--r-- | src/filewindow.php | 2 |
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"); |