"Nikerabbit" posted a comment on MediaWiki.r107522. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107522#c28631
Commit summary for MediaWiki.r107522: Cleanup onLoadExtensionSchemaUpdates to use utility functions rather than array wrappers Create all indexes at point of creating table Nikerabbit's comment: <pre> + array( 'mbf_id = mbfr_mbf_id', + 'mbfr_id' => intval( $item ), + 'mbf_user_id' => $User->getId() ), </pre> The previous indentation was better. "$dir/Fooname.sql" is shorter and maybe easier to read. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
