[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/misc Install.pm,1.8,1.9
From: |
Andrew Arensburger |
Subject: |
[Koha-cvs] CVS: koha/misc Install.pm,1.8,1.9 |
Date: |
Tue, 21 Jan 2003 19:45:30 -0800 |
Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv11232
Modified Files:
Install.pm
Log Message:
Removed two "my" declarations that were masking previous variable
declarations, to make 'perl -w' happy.
Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Install.pm 20 Jan 2003 13:25:29 -0000 1.8
--- Install.pm 22 Jan 2003 03:45:27 -0000 1.9
***************
*** 1283,1287 ****
}
! my $result=system ("perl -I $::intranetdir/modules
scripts/marc/updatedb2marc.pl");
if ($result) {
print "Problem updating database to MARC...\n";
--- 1283,1287 ----
}
! $result = system ("perl -I $::intranetdir/modules
scripts/marc/updatedb2marc.pl");
if ($result) {
print "Problem updating database to MARC...\n";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/misc Install.pm,1.8,1.9,
Andrew Arensburger <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/includes acquisitions-bottom.inc,NONE,1.1 acquisitions-top.inc,NONE,1.1 cat-bottom.inc,NONE,1.1 cat-top.inc,NONE,1.1 circulation-bottom.inc,NONE,1.1 circulation-top.inc,NONE,1.1 issues-bottom.inc,NONE,1.1 issues-top.inc,NONE,1.1 members-bottom.inc,NONE,1.1 members-top.inc,NONE,1.1 opac-bottom.inc,NONE,1.1 opac-top.inc,NONE,1.1 reports-bottom.inc,NONE,1.1 reports-top.inc,NONE,1.1
- Next by Date:
[Koha-cvs] CVS: koha/misc koha.upgrade,1.3,1.4
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/includes acquisitions-bottom.inc,NONE,1.1 acquisitions-top.inc,NONE,1.1 cat-bottom.inc,NONE,1.1 cat-top.inc,NONE,1.1 circulation-bottom.inc,NONE,1.1 circulation-top.inc,NONE,1.1 issues-bottom.inc,NONE,1.1 issues-top.inc,NONE,1.1 members-bottom.inc,NONE,1.1 members-top.inc,NONE,1.1 opac-bottom.inc,NONE,1.1 opac-top.inc,NONE,1.1 reports-bottom.inc,NONE,1.1 reports-top.inc,NONE,1.1
- Next by thread:
[Koha-cvs] CVS: koha/misc koha.upgrade,1.3,1.4
- Index(es):