r23188 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23187‎ | r23188 | r23189 >
Date:23:28, 21 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Spacing
Modified paths:
  • /trunk/extensions/BookInformation/BookInformation.php (modified) (history)

Diff [purge]

Index: trunk/extensions/BookInformation/BookInformation.php
@@ -43,8 +43,7 @@
4444 * Service identification/authentication information
4545 * (Consult driver documentation for specifics)
4646 */
47 - $wgBookInformationService = array(
48 - );
 47+ $wgBookInformationService = array();
4948
5049 /**
5150 * Extension setup function
@@ -64,7 +63,6 @@
6564 */
6665 function efBookInformation( $isbn, $output ) {
6766 BookInformation::show( $isbn, $output );
68 -
6967 return true;
7068 }
7169

Status & tagging log