[Vtigercrm-commits] [vtiger-commits] r6577 - /vtigercrm/trunk/modules/Webmails/Save.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 00:15:27 EDT 2006
Author: mmbrich
Date: Sat May 27 22:15:25 2006
New Revision: 6577
Log:
fixed inline attachment download
Modified:
vtigercrm/trunk/modules/Webmails/Save.php
Modified: vtigercrm/trunk/modules/Webmails/Save.php
==============================================================================
--- vtigercrm/trunk/modules/Webmails/Save.php (original)
+++ vtigercrm/trunk/modules/Webmails/Save.php Sat May 27 22:15:25 2006
@@ -104,7 +104,7 @@
if($j==0)
$attachments=$email->downloadAttachments();
else
- $attachments=$email->inline;
+ $attachments=$email->downloadInlineAttachments();
$upload_filepath = decideFilePath();
for($i=0,$num_files=count($attachments);$i<$num_files;$i++) {
More information about the vtigercrm-commits
mailing list