[Vtigercrm-commits] [vtiger-commits] r10524 - /vtigercrm/branches/5.0.3/modules/Emails/EditView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 29 08:44:05 EDT 2007
Author: richie
Date: Thu Mar 29 06:44:01 2007
New Revision: 10524
Log:
passed array as parameter
Modified:
vtigercrm/branches/5.0.3/modules/Emails/EditView.php
Modified: vtigercrm/branches/5.0.3/modules/Emails/EditView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Emails/EditView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Emails/EditView.php Thu Mar 29 06:44:01 2007
@@ -142,7 +142,8 @@
$mbox = $MailBox->mbox;
$webmail = new Webmails($mbox,$mailid);
- $webmail->loadMail();
+ $array_tab = Array();
+ $webmail->loadMail($array_tab);
$hdr = @imap_headerinfo($mbox, $mailid);
$smarty->assign('WEBMAIL',"true");
if($_REQUEST["reply"] == "all") {
More information about the vtigercrm-commits
mailing list