moved call to spreadBlock() to getBlockedStatus(). This means one less query per...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 27 Mar 2005 16:30:00 +0000 (16:30 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 27 Mar 2005 16:30:00 +0000 (16:30 +0000)
commitf21b45c57e85efd1c440093a17ba4efc7eaf0623
treeb6e5280986e88713c32f4ae0e4326e8ba3a4b8d3
parenta1ad8a19e10c36818df3754778d9cdd3fb9f783d
moved call to spreadBlock() to getBlockedStatus(). This means one less query per logged-in page view. It also means blocked users will only have their IP address blocked if they edit, rather than just viewing pages.
includes/User.php