diff options
| author | Damien Regad <dregad@mantisbt.org> | 2019-01-03 00:04:47 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2019-01-03 00:08:11 +0100 |
| commit | 3ad9cdedb01e60f58ad9cc34b0361506182c12e3 (patch) | |
| tree | a8b127f5ccca0467e96651a2665a2131d4419caf /adodb-perf.inc.php | |
| parent | deac1199d36a9feaa9cab7196ac92e3d51d3fdc4 (diff) | |
| download | adodb-3ad9cdedb01e60f58ad9cc34b0361506182c12e3.tar.gz adodb-3ad9cdedb01e60f58ad9cc34b0361506182c12e3.tar.bz2 adodb-3ad9cdedb01e60f58ad9cc34b0361506182c12e3.zip | |
Whitespace
Diffstat (limited to 'adodb-perf.inc.php')
| -rw-r--r-- | adodb-perf.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adodb-perf.inc.php b/adodb-perf.inc.php index d5f153bd..39cb17ac 100644 --- a/adodb-perf.inc.php +++ b/adodb-perf.inc.php @@ -166,9 +166,9 @@ function adodb_log_sql(&$connx,$sql,$inputarr) global $ADODB_PERF_MIN; if ($errN != 0 || $time >= $ADODB_PERF_MIN) { - if($conn instanceof ADODB_mysqli && $conn->_queryID){ + if($conn instanceof ADODB_mysqli && $conn->_queryID) { mysqli_free_result($conn->_queryID); - } + } $ok = $conn->Execute($isql,$arr); } else $ok = true; |
