From 3c4438895f88e2676dbe71bb5191d4002adb91a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Serman=20=28fser=29?= Date: Tue, 1 Jul 2014 14:46:16 +0200 Subject: [PATCH] changing default attributes in order to avoid scrutinizer complains --- bureau/class/db_mysql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bureau/class/db_mysql.php b/bureau/class/db_mysql.php index 7bf09c8e..b8cd8a65 100644 --- a/bureau/class/db_mysql.php +++ b/bureau/class/db_mysql.php @@ -37,8 +37,8 @@ class DB_Sql { /* PDO related variables */ - private $pdo_instance = FALSE; - private $pdo_query = FALSE; + private $pdo_instance = NULL; + private $pdo_query = NULL; /** * Constructor