From a54b50803abb5929617440e6ca7c3e69573d1326 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Tue, 3 Jan 2006 15:58:14 +0000 Subject: [PATCH] Fix a comment glitch and add one that's missing --- includes/User.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 1245eed173..6667a610f6 100644 --- a/includes/User.php +++ b/includes/User.php @@ -836,6 +836,7 @@ class User { } /** + * Clear the new messages flag for the given user * @param string $field * @param mixed $id * @access private @@ -1034,7 +1035,7 @@ class User { } /** - * Remove the user from the given group. + * Add the user to the given group. * This takes immediate effect. * @string $group */ -- 2.20.1