noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 15/17: Code documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/17: Code documentation
Date: Wed, 12 Aug 2015 13:23:44 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3d2fd76ccc0cd46f932a835929318363c8d0450f
Author: Dany De Bontridder <address@hidden>
Date:   Tue Aug 11 16:13:35 2015 +0200

    Code documentation
---
 include/class_user.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/class_user.php b/include/class_user.php
index f183c7f..30a3f5c 100644
--- a/include/class_user.php
+++ b/include/class_user.php
@@ -494,6 +494,12 @@ class User
                        $Res = $this->db->exec_sql($sql, array($this->id, 
$p_id));
                }
        }
+        /**
+         * Save the preference , the scope is global, the settings are saved
+         * into account_repository
+         * @param $key THEME,  LANG , PAGESIZE
+         * @param $value value of the key
+         */
 
        function save_global_preference($key, $value)
        {



reply via email to

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