noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/06: remove old constructor


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/06: remove old constructor
Date: Fri, 05 Feb 2016 21:32:30 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit a5ee56fd862687b1aa5e8658774ea38862a72cf1
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 5 12:44:00 2016 +0100

    remove old constructor
---
 include/class/class_user.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/class/class_user.php b/include/class/class_user.php
index ee3b446..a3e1e01 100644
--- a/include/class/class_user.php
+++ b/include/class/class_user.php
@@ -48,7 +48,7 @@ class User
         var $password ;
         var $email ;
         
-       function User(&$p_cn, $p_id = -1)
+       function __construct(&$p_cn, $p_id = -1)
        {
                // if p_id is not set then check the connected user
                if ($p_id == -1)



reply via email to

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