Issue #1552400 by mjonesdinero, SumeetSingh: Fix documentation for user_is_blocked, which was misleading.
parent
cc813308a0
commit
576216bede
|
@ -823,7 +823,12 @@ function user_access($string, $account = NULL) {
|
|||
/**
|
||||
* Checks for usernames blocked by user administration.
|
||||
*
|
||||
* @return boolean TRUE for blocked users, FALSE for active.
|
||||
* @param $name
|
||||
* A string containing a name of the user.
|
||||
*
|
||||
* @return
|
||||
* Object with property 'name' (the user name), if the user is blocked;
|
||||
* FALSE if the user is not blocked.
|
||||
*/
|
||||
function user_is_blocked($name) {
|
||||
return db_select('users')
|
||||
|
|
Loading…
Reference in New Issue