remove field c from author display
[koha-bibliografija] / run.sh
1 #!/bin/sh -e
2
3 cd /srv/koha-bibliografija
4 LC_COLLATE=hr_HR.utf8 KOHA_CONF=/etc/koha/sites/ffzg/koha-conf.xml ./html.pl > /tmp/koha-bibliografija.log
5