* Fix r41814: totally broken use of empty(), ignores conditions that compare with...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 25 Oct 2008 08:13:40 +0000 (08:13 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 25 Oct 2008 08:13:40 +0000 (08:13 +0000)
commitc4dd73000a734ddf8f8cf65ca5c82b406da00a92
tree172e45eb1585492e417d55aefffe4e41d909e94d
parent4fcdceb81a162df2d114eff4b09cec19287781c4
* Fix r41814: totally broken use of empty(), ignores conditions that compare with numeric zero. I've told you before, don't use empty() to test for zero-length arrays.
* Fix r34767: wrong indexes used in ApiQueryLogEvents
includes/api/ApiQueryBase.php
includes/api/ApiQueryLogEvents.php