Using get_record() from C4::Search now (ie fetching the record from zebra)
[koha.git] / opac / getfromintranet.PL
1 # New installer helper file
2 # Copies detail, moredetail, search, subjectsearch and logout from intranet to opac
3
4 $dest = $ARGV[0];
5 $src = $dest;
6 $src =~ s/opac/intranet/;
7 system("cp","-v",$src,$dest);