noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 27/30: Documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 27/30: Documentation
Date: Tue, 02 Jun 2015 22:29:15 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7041186414d83082dcf48c8c6a9d2885650699e1
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jun 2 20:23:50 2015 +0200

    Documentation
---
 include/class_user.php |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/include/class_user.php b/include/class_user.php
index cc8e7ff..cf01203 100644
--- a/include/class_user.php
+++ b/include/class_user.php
@@ -18,13 +18,14 @@
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 // Copyright Author Dany De Bontridder address@hidden
-/** \file
- * \brief
- *   Data & function about connected users
+/** 
+ * @file
+ * @brief Data & function about connected users
  */
+
 /**
- * \brief
- *   Data & function about connected users
+ * @brief Data & function about connected users
+ *   
  */
 
 require_once("constant.php");
@@ -1170,6 +1171,10 @@ class User
             alert(_("Les mots de passe ne correspondent pas. Mot de passe 
inchangé"));
         }
     }
+    /**
+     * Save the password from PREFERENCE MODULE
+     * @param type $p_email
+     */
     function save_email($p_email)
     {
         $repo=new Database();



reply via email to

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