From 0d96019272f0889f6ea7f65bf3ec374c66c270bc Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 30 Jul 2019 22:28:39 +0200 Subject: [PATCH] Documentation --- include/class/user.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'));