From ca85143bdf0307665f0f94351d9164e6ee888b3d Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 21 Apr 2011 13:32:27 +0000 Subject: [PATCH] Commentaire --- library/Scores/Utilisateur.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/Scores/Utilisateur.php b/library/Scores/Utilisateur.php index 871adcdf5..49d80c186 100644 --- a/library/Scores/Utilisateur.php +++ b/library/Scores/Utilisateur.php @@ -67,6 +67,10 @@ class Utilisateur return $hasPerm; } + /** + * Vérifie que l'utilisateur à cocher cette préférence + * @param string $pref + */ public function checkPref($pref) { $hasPref = false;