From: Danny B Date: Tue, 3 Aug 2010 18:45:50 +0000 (+0000) Subject: * fix changed link in $bookstoreList X-Git-Tag: 1.31.0-rc.0~35759 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=3b26a767beb850cb700edc45157c6effce53df63;p=lhc%2Fweb%2Fwiklou.git * fix changed link in $bookstoreList --- diff --git a/languages/messages/MessagesCs.php b/languages/messages/MessagesCs.php index a834d6251f..55e91e10c2 100644 --- a/languages/messages/MessagesCs.php +++ b/languages/messages/MessagesCs.php @@ -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, );