Assignment in loop conditions suck
authorSam Reed <reedy@users.mediawiki.org>
Wed, 13 Oct 2010 22:35:27 +0000 (22:35 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 13 Oct 2010 22:35:27 +0000 (22:35 +0000)
commit581c5febfc2c5c984e73a0445ff69e0256ce73d6
tree9b298218ea4f51543239cacce59c0da042a95637
parentf018c8135071c3f8bd9cf891acc0588222191372
Assignment in loop conditions suck

while ( $row = $dbw->fetchObject( $res ) ) { to foreach ( $res as $row ) in config
config/Installer.php