[Top][All Lists]
[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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac getfromintranet.PL,NONE,1.1,
MJ Ray <=
- Prev by Date:
[Koha-cvs] CVS: koha Makefile.PL,1.3,1.4 MANIFEST,1.1,1.2
- Next by Date:
[Koha-cvs] CVS: koha Makefile.PL,1.4,1.5
- Previous by thread:
[Koha-cvs] CVS: koha Makefile.PL,1.3,1.4 MANIFEST,1.1,1.2
- Next by thread:
[Koha-cvs] CVS: koha Makefile.PL,1.4,1.5
- Index(es):