NULL -> null
This commit is contained in:
@@ -33,9 +33,9 @@ function getRootDB(){
|
||||
$port = _tK_port_;
|
||||
$encoding = 'utf8';
|
||||
|
||||
static $uDB = NULL;
|
||||
static $uDB = null;
|
||||
|
||||
if($uDB === NULL){
|
||||
if($uDB === null){
|
||||
$uDB = new MeekroDB($host,$user,$password,$dbName,$port,$encoding);
|
||||
$uDB->connect_options[MYSQLI_OPT_INT_AND_FLOAT_NATIVE] = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user