Documentation

This commit is contained in:
Dany De Bontridder 2019-07-30 22:28:39 +02:00
parent 817079f334
commit 0d96019272

View file

@ -483,9 +483,9 @@ class User
return $fr_id;
}
/**\brief set the mini rapport to display on the welcome page
/**
* \brief set the mini rapport to display on the welcome page
*/
function set_mini_report($p_id)
{
$count = $this->db->get_value("select count(*) from user_local_pref where user_id=$1 and parameter_type=$2", array($this->id, 'MINIREPORT'));