changing default attributes in order to avoid scrutinizer complains

This commit is contained in:
François Serman (fser) 2014-07-01 14:46:16 +02:00
parent 0e088579c5
commit 3c4438895f
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ class DB_Sql {
/* PDO related variables */ /* PDO related variables */
private $pdo_instance = FALSE; private $pdo_instance = NULL;
private $pdo_query = FALSE; private $pdo_query = NULL;
/** /**
* Constructor * Constructor