[Koha-cvs] CVS: koha/misc Install.pm,1.47,1.48

MJ Ray slef at users.sourceforge.net
Tue Jul 15 01:36:06 CEST 2003


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);





More information about the Koha-cvs mailing list