From: Aaron Schulz Date: Mon, 22 Sep 2008 13:33:06 +0000 (+0000) Subject: Add comment X-Git-Tag: 1.31.0-rc.0~45142 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=926cf89eb1b79c0372ca491a45880a62f4904f26;p=lhc%2Fweb%2Fwiklou.git Add comment --- diff --git a/includes/Block.php b/includes/Block.php index 9e12f3332c..092b8e89b8 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -128,6 +128,7 @@ class Block { * @param $address string The IP address of the user, or blank to skip IP blocks * @param $user int The user ID, or zero for anonymous users * @param $killExpired bool Whether to delete expired rows while loading + * @return bool The user is blocked from editing * */ function load( $address = '', $user = 0, $killExpired = true ) {