Now it should work
This commit is contained in:
parent
6ef24890bb
commit
c52f7657ab
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class dba {
|
||||||
public $connected = false;
|
public $connected = false;
|
||||||
public $error = false;
|
public $error = false;
|
||||||
private $_server_info = '';
|
private $_server_info = '';
|
||||||
private $in_transaction = false;
|
private static $in_transaction = false;
|
||||||
private static $dbo;
|
private static $dbo;
|
||||||
private static $relation = array();
|
private static $relation = array();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue