Index: trunk/extensions/BookInformation/BookInformation.php |
— | — | @@ -43,8 +43,7 @@ |
44 | 44 | * Service identification/authentication information |
45 | 45 | * (Consult driver documentation for specifics) |
46 | 46 | */ |
47 | | - $wgBookInformationService = array( |
48 | | - ); |
| 47 | + $wgBookInformationService = array(); |
49 | 48 | |
50 | 49 | /** |
51 | 50 | * Extension setup function |
— | — | @@ -64,7 +63,6 @@ |
65 | 64 | */ |
66 | 65 | function efBookInformation( $isbn, $output ) { |
67 | 66 | BookInformation::show( $isbn, $output ); |
68 | | - |
69 | 67 | return true; |
70 | 68 | } |
71 | 69 | |