diff --git a/include/class_user.php b/include/class_user.php index f183c7fce..30a3f5c42 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) {