ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.3k stars 1.34k forks source link

Fixed bug in new-v2.9.3 for wrong implode function use #1028

Closed dmaon closed 4 months ago

dmaon commented 8 months ago

Hi, in the MysqliDb.php file and function "_buildInsertQuery" there is a wrong use of the implode function.

LifeSteala commented 4 months ago

Thank you @dmaon this worked for me!

ThingEngineer commented 4 months ago

Good catch, the array should be the second argument.