DT
This commit is contained in:
parent
7e20a3aeff
commit
0ebd83c016
@ -12,7 +12,8 @@ class db
|
|||||||
|
|
||||||
function __construct($database)
|
function __construct($database)
|
||||||
{
|
{
|
||||||
$this->open($database);
|
$this->database = $database;
|
||||||
|
$this->open();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user