From: Michael Date: Mon, 24 Apr 2017 06:27:59 +0000 (+0000) Subject: Restored privates variables X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d636bcb9d3750f15c95cf7bfd8b9ba4bb27a0fc3;p=friendica.git Restored privates variables --- 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 = '';