[Vtigercrm-commits] [vtiger development] #7525: All documents is getting attached to email sent from Mail Manager
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Oct 30 12:26:31 PDT 2012
#7525: All documents is getting attached to email sent from Mail Manager
-----------------------+----------------------------------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 6.0.0
Component: vtigercrm | Version: 5.4.0
Severity: High | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Comment (by prasad):
File: modules/MailManager/src/models/Draft.php
{{{
function getAttachmentDetails($crmid) {
global $adb;
// FIX: Validate the incoming ID
if(empty($crmid)) return false;
$documentRes = $adb->pquery("SELECT * FROM vtiger_senotesrel...
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7525#comment:2>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list