[Vtigercrm-developers] Tickets, Modified Time & Comments

cryptic mark at markcox.co.uk
Tue Jun 27 11:45:30 GMT 2017


Alan, I think you will find that the modified time is updated if a comment is
added by a vTiger user. However, if the comment is added through Mail
Converter it is not. You need to modify the following file-:

modules/Settings/MailConverter/handlers/MailScannerAction.php

<code>$date_var = $adb->formatDate(date('YmdHis'), true);
$usetime = $adb->formatDate($date_var, true);
$adb->pquery("UPDATE vtiger_crmentity set modifiedtime=? WHERE crmid=?",
Array($usetime, $linkfocus->id));</code>




--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Tickets-Modified-Time-Comments-tp20937p20940.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.


More information about the vtigercrm-developers mailing list