Update obsolete URL for ISBN search at the FNAC
authorLuc Van Oostenryck <looxix@users.mediawiki.org>
Tue, 13 Apr 2004 23:04:33 +0000 (23:04 +0000)
committerLuc Van Oostenryck <looxix@users.mediawiki.org>
Tue, 13 Apr 2004 23:04:33 +0000 (23:04 +0000)
languages/LanguageFr.php

index 8b7884e..0e7ed00 100644 (file)
@@ -72,7 +72,7 @@ include_once( "LanguageUtf8.php" );
 /* private */ $wgBookstoreListFr = array(
        "Amazon.fr" => "http://www.amazon.fr/exec/obidos/ISBN=$1",
        "alapage.fr"    => "http://www.alapage.com/mx/?tp=F&type=101&l_isbn=$1&donnee_appel=ALASQ&devise=&",
-       "fnac.com"      => "http://search.fnac.com/search/quick/Default.asp?Isbn=1&SearchType=AdvQuick&Recherche=-1&Restrictions=$isbn",
+       "fnac.com"      => "http://www3.fnac.com/advanced/book.do?isbn=$isbn",
        "chapitre.com"  => "http://www.chapitre.com/frame_rec.asp?isbn=$isbn",
 );