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.47,1.48


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.47,1.48
Date: Mon, 14 Jul 2003 16:36:06 -0700

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv28691

Modified Files:
        Install.pm 
Log Message:
ugly fix, deleting a prototype

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** Install.pm  14 Jul 2003 23:30:58 -0000      1.47
--- Install.pm  14 Jul 2003 23:36:03 -0000      1.48
***************
*** 411,415 ****
  =cut
  
! sub mkdir_parents ($;$) {
      my($path, $mode) = @_;
      my $ok = -d($path)? 1: defined $mode? mkdir($path, $mode): mkdir($path);
--- 411,415 ----
  =cut
  
! sub mkdir_parents {
      my($path, $mode) = @_;
      my $ok = -d($path)? 1: defined $mode? mkdir($path, $mode): mkdir($path);




reply via email to

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