r41151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41150‎ | r41151 | r41152 >
Date:13:33, 22 September 2008
Author:aaron
Status:old
Tags:
Comment:
Add comment
Modified paths:
  • /trunk/phase3/includes/Block.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Block.php
@@ -128,6 +128,7 @@
129129 * @param $address string The IP address of the user, or blank to skip IP blocks
130130 * @param $user int The user ID, or zero for anonymous users
131131 * @param $killExpired bool Whether to delete expired rows while loading
 132+ * @return bool The user is blocked from editing
132133 *
133134 */
134135 function load( $address = '', $user = 0, $killExpired = true ) {