HOR-4527
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
parent
abe71a6ffe
commit
0d533e19d9
@@ -452,7 +452,8 @@ class PmTable
|
||||
$previous = null;
|
||||
$queryStack = array();
|
||||
$aDNS = $con->getDSN();
|
||||
$dbEngine = $aDNS["phptype"];
|
||||
$dbEngine = $aDNS['phptype'] === 'mysqli' ? 'mysql' : $aDNS['phptype'];
|
||||
|
||||
|
||||
foreach ($lines as $j => $line) {
|
||||
switch ($dbEngine) {
|
||||
|
||||
Reference in New Issue
Block a user