* fix changed link in $bookstoreList
authorDanny B <danny_b@users.mediawiki.org>
Tue, 3 Aug 2010 18:45:50 +0000 (18:45 +0000)
committerDanny B <danny_b@users.mediawiki.org>
Tue, 3 Aug 2010 18:45:50 +0000 (18:45 +0000)
languages/messages/MessagesCs.php

index a834d62..55e91e1 100644 (file)
@@ -120,7 +120,7 @@ $dateFormats = array(
  * Hledání knihy podle ISBN
  */
 $bookstoreList = array(
-       'Národní knihovna'          => 'http://sigma.nkp.cz/F/?func=find-a&find_code=ISN&request=$1',
+       'Národní knihovna'          => 'http://aleph.nkp.cz/F/?func=find-a&find_code=ISN&request=$1',
        'Státní technická knihovna' => 'http://www.stk.cz/cgi-bin/dflex/CZE/STK/BROWSE?A=01&V=$1',
        'inherit' => true,
 );