PHP Classes

Small correction to handle savedirpath

Recommend this page to a friend!

      Read POP3/IMAP attachment  >  All threads  >  Small correction to handle savedirpath  >  (Un) Subscribe thread alerts  
Subject:Small correction to handle savedirpath
Summary:Added $savedirpath in the fopen
Messages:1
Author:Martin Fasani
Date:2007-09-27 12:02:30
 

  1. Small correction to handle savedirpath   Reply   Report abuse  
Picture of Martin Fasani Martin Fasani - 2007-09-27 12:02:30
Excellent work this class! Saved me lots of time.

Just one small correction
line 84 of attachmentread.class.php :


$fp=fopen($savedirpath.$filename,w);


Otherwise the attachmentread.class will save files always in the script directory ignoring the $savedirpath variable.

MARTIN