* This commit is brought to you by Amazon.com
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 9 Apr 2005 03:01:37 +0000 (03:01 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 9 Apr 2005 03:01:37 +0000 (03:01 +0000)
languages/LanguageAf.php

index a1ebb5c..4d557e1 100644 (file)
@@ -32,14 +32,6 @@ require_once( 'LanguageUtf8.php' );
        'cologneblue' => "Keulen blou",
 ) + $wgSkinNamesEn;
 
-/* private */ $wgBookstoreListAf = array(
-       "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN",
-       "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1",
-       "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1",
-       "Amazon.com" => "http://www.noamazon.com/" #patent that
-);
-
-
 # All special pages have to be listed here: a description of ""
 # will make them not show up on the "Special Pages" page, which
 # is the right thing for some of them (such as the "targeted" ones).
@@ -833,11 +825,6 @@ Kies asseblief 'n ander naam.",
 
 class LanguageAf extends LanguageUtf8 {
 
-       function getBookstoreList () {
-               global $wgBookstoreListAf ;
-               return $wgBookstoreListAf ;
-       }
-
        function getNamespaces() {
                global $wgNamespaceNamesAf;
                return $wgNamespaceNamesAf;