alexboia / WP-Trip-Summary

A WordPress trip summary plugin to help travel bloggers manage and display structured information about their train rides and biking or hiking trips
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

The MysqliDb generates deprectation warnings and needs to be updated #79

Closed alexboia closed 2 years ago

alexboia commented 3 years ago

The MysqliDb library generates deprecation warnings regarding a specific usage of the implode function:

[27-Jul-2021 11:51:54 UTC] PHP Deprecated:  implode(): Passing glue string after array is deprecated. Swap the parameters in /wp-content/plugins/wp-trip-summary/lib/3rdParty/MysqliDb.php on line 1838
[27-Jul-2021 11:51:54 UTC] PHP Deprecated:  implode(): Passing glue string after array is deprecated. Swap the parameters in /wp-content/plugins/wp-trip-summary/lib/3rdParty/MysqliDb.php on line 1838
[27-Jul-2021 11:51:54 UTC] PHP Deprecated:  implode(): Passing glue string after array is deprecated. Swap the parameters in /wp-content/plugins/wp-trip-summary/lib/3rdParty/MysqliDb.php on line 1838