From: Rob Church Date: Tue, 3 Jan 2006 15:58:14 +0000 (+0000) Subject: Fix a comment glitch and add one that's missing X-Git-Tag: 1.6.0~785 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=a54b50803abb5929617440e6ca7c3e69573d1326;p=lhc%2Fweb%2Fwiklou.git Fix a comment glitch and add one that's missing --- 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 */