Changeset:
        62e54aeb80bf
        
https://sourceforge.net/p/mrbs/hg-code/ci/62e54aeb80bfbc8aaa8558817af81f3bf22c39f9
Author:
        John Beranek <[email protected]>
Date:
        Sat Sep 24 22:45:40 2016 +0100
Log message:

Base DB base class variables protected instead of private, so the subclasses 
can use them

diffstat:

 web/lib/MRBS/DB.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 66614ee0790d -r 62e54aeb80bf web/lib/MRBS/DB.php
--- a/web/lib/MRBS/DB.php       Sat Sep 24 22:31:27 2016 +0100
+++ b/web/lib/MRBS/DB.php       Sat Sep 24 22:45:40 2016 +0100
@@ -11,8 +11,8 @@
 {
   const DB_DEFAULT_PORT = null;
   const DB_DBO_DRIVER = null;
-  private $dbh = null;
-  private $mutex_lock_name;
+  protected $dbh = null;
+  protected $mutex_lock_name;
   static private $default_db_obj;
 
   //

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to