mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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.