mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Test isolation fixes for e_db_abstractTest
Also needed a null check in e_db_pdo::db_Query()
This commit is contained in:
@@ -439,6 +439,7 @@ class e_db_pdo implements e_db
|
||||
|
||||
if(is_array($query))
|
||||
{
|
||||
$query['BIND'] = isset($query['BIND']) ? $query['BIND'] : null;
|
||||
$query = "PREPARE: " . $query['PREPARE'] . "<br />BIND:" . print_a($query['BIND'], true); // ,true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user