Files
Piwigo/include/dblayer
Patrick Cronin 8f5cac9266 (Fix #359) mysqli docs use empty string for no db name
PHP docs for mysqli's constructor
(https://www.php.net/manual/en/mysqli.construct.php) show that the
default value for $dbname is an empty string. So, if we want to use
parameters after $dbname in the call without specifying a database
name, we should be using an empty string instead of a NULL.
2022-07-29 19:50:23 +02:00
..