Removed useless ss_row_id condition. Fixed "$activeUsers === -1", comparison fails...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 3 Sep 2008 04:07:14 +0000 (04:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 3 Sep 2008 04:07:14 +0000 (04:07 +0000)
commitf748167dadaa0d8a584665c4162b21c9d96e078c
tree8f08b355e2413c36e36f4d791e6a5c077c11f30e
parentfab46da1eb7be4860b8c5eafdb77ab5cd612a25a
Removed useless ss_row_id condition. Fixed "$activeUsers === -1", comparison fails because it's actually the string "-1", no doubt because it's a BIGINT which is too big for PHP to represent with an numeric type.
maintenance/updaters.inc