diff --git a/include/class/user.class.php b/include/class/user.class.php index 5b066779a..3b9ba18fc 100644 --- a/include/class/user.class.php +++ b/include/class/user.class.php @@ -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'));