Remove code that looks like it came from Perl as it “works” (doesn't produce an error...
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 23 Apr 2010 17:29:17 +0000 (17:29 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 23 Apr 2010 17:29:17 +0000 (17:29 +0000)
commit6fa19fc9ff0bc8a8ed576e398f02fb9f760fed27
tree31667e9bc8d0556da027a8fd8fc9666474cf5aed
parent41a4e0ea85597495c6f34c8d4f35b96abae97ee7
Remove code that looks like it came from Perl as it “works” (doesn't produce an error) but always evaluates to true.

    $ php -r '$a = array();var_dump($a > 0);'
    bool(true)
includes/Title.php