noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 210/218: Data_SQL database connexion private


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 210/218: Data_SQL database connexion private
Date: Thu, 12 Sep 2019 15:59:11 -0400 (EDT)

sparkyx pushed a commit to branch entreprise
in repository noalyss.

commit 28c12623fe7d7811d241899b95cc3abfbcf4a300
Author: Dany De Bontridder <address@hidden>
Date:   Thu Sep 12 19:40:26 2019 +0200

    Data_SQL database connexion private
---
 include/lib/data_sql.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/data_sql.class.php b/include/lib/data_sql.class.php
index e3bdb16..ac5e6d9 100644
--- a/include/lib/data_sql.class.php
+++ b/include/lib/data_sql.class.php
@@ -70,7 +70,7 @@
  */
 abstract class Data_SQL
 {
-   private $cn;         //! Database connection
+   var $cn;         //! Database connection
    var $name;           //! Array of logical and real name
    var $primary_key;    //! Column name of the primary key 
    var $type;           //! Type of the data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]