diff options
| -rw-r--r-- | adodb-lib.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb-lib.inc.php b/adodb-lib.inc.php index 2595d2eb..e1fba109 100644 --- a/adodb-lib.inc.php +++ b/adodb-lib.inc.php @@ -1191,7 +1191,7 @@ function _adodb_debug_execute($zthis, $sql, $inputarr) $inBrowser = isset($_SERVER['HTTP_USER_AGENT']); $myDatabaseType = $zthis->databaseType; - if (isset($zthis->dsnType)) { + if (!isset($zthis->dsnType)) { // Append the PDO driver name $myDatabaseType .= '-' . $zthis->dsnType; } |
