Revize 6970ac8e
Přidáno uživatelem Ondřej Fibich před asi 5 roky(ů)
system/libraries/Database.php | ||
---|---|---|
*/
|
||
public function __construct($config = array())
|
||
{
|
||
if (!is_array($config) && count($config))
|
||
if (!is_array($config) && is_string($config) && strlen($config))
|
||
{
|
||
// Parse the DSN, creating an array to hold the connection parameters
|
||
$db = array
|
Také k dispozici: Unified diff
Issue #1117: Support for Debian buster