koha-cvs
[Top][All Lists]
Advanced

[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";




reply via email to

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