koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/opac getfromintranet.PL,NONE,1.1


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/opac getfromintranet.PL,NONE,1.1
Date: Mon, 18 Jul 2005 19:38:14 -0700

Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16206/opac

Added Files:
        getfromintranet.PL 
Log Message:
New installer helper script

--- NEW FILE ---
# New installer helper file
# Copies detail, moredetail, search, subjectsearch and logout from intranet to 
opac

$dest = $ARGV[0];
$src = $dest;
$src =~ s/opac/intranet/;
system("cp","-v",$src,$dest);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]