aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-07 16:55:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-07 16:55:20 +0000
commitd1e839625ee9b0ca796f83ff55404af4c6307561 (patch)
tree6f9f4ec262aa908150d261e51f862874b7fbfeca /phpBB/includes/functions_user.php
parent4eac4b268b98ec65b7432685de147d76618e479d (diff)
downloadforums-d1e839625ee9b0ca796f83ff55404af4c6307561.tar
forums-d1e839625ee9b0ca796f83ff55404af4c6307561.tar.gz
forums-d1e839625ee9b0ca796f83ff55404af4c6307561.tar.bz2
forums-d1e839625ee9b0ca796f83ff55404af4c6307561.tar.xz
forums-d1e839625ee9b0ca796f83ff55404af4c6307561.zip
- fix some group specific bugs
- correctly determining terrafrost's birthday mod git-svn-id: file:///svn/phpbb/trunk@7143 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 31226ac30c..fae22f7ad2 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -2390,7 +2390,7 @@ function get_group_name($group_id)
/**
* Obtain either the members of a specified group, the groups the specified user is subscribed to
-* or checking if a specified user is in a specified group
+* or checking if a specified user is in a specified group. This function does not return pending memberships.
*
* Note: Never use this more than once... first group your users/groups
*/