Fix silly bug. To check if it's a range block use "mRangeStart != mRangeEnd" instead...
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Sun, 18 Nov 2007 08:06:00 +0000 (08:06 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Sun, 18 Nov 2007 08:06:00 +0000 (08:06 +0000)
commitb34b6cd7b3e3d76b0b1f3b5733f172faeae2e9d1
tree928a25c6ccea386d5a854203242ca38c2fc50720
parent0616748d0493cfb54554b74f8cd04daffda82a01
Fix silly bug. To check if it's a range block use "mRangeStart != mRangeEnd" instead of just checking if one or the other is set (as they always both are). Remove check for username, unneeded.
includes/SpecialIpblocklist.php