From d636bcb9d3750f15c95cf7bfd8b9ba4bb27a0fc3 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 24 Apr 2017 06:27:59 +0000 Subject: [PATCH] Restored privates variables --- include/dba.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/dba.php b/include/dba.php index d9ab38f429..b4a2d6782e 100644 --- a/include/dba.php +++ b/include/dba.php @@ -15,11 +15,9 @@ require_once('include/datetime.php'); class dba { private $debug = 0; - //private $db; - public $db; + private $db; private $result; - //private $driver; - public $driver; + private $driver; public $connected = false; public $error = false; private $_server_info = '';