Code documentation
This commit is contained in:
parent
a1c55cc515
commit
3d2fd76ccc
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue