Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv24103

Modified Files:
        mhdb.pl 
Log Message:
Fixed call to file_chmod() to use $DbFilePermsOct and NOT $DbFilePerms.


Index: mhdb.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhdb.pl,v
retrieving revision 2.24
retrieving revision 2.25
diff -C2 -r2.24 -r2.25
*** mhdb.pl     20 Nov 2002 23:53:12 -0000      2.24
--- mhdb.pl     24 Nov 2002 06:22:24 -0000      2.25
***************
*** 406,410 ****
        return 0;
      }
!     file_chmod($pathname, $DbFilePerms);
      1;
  }
--- 406,410 ----
        return 0;
      }
!     file_chmod($pathname, $DbFilePermsOct);
      1;
  }

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to