[Vtigercrm-commits] [vtiger development] #5501: hard coded messageid in imap_setflag_full() call

vtiger development vtiger-tickets at trac.vtiger.com
Fri Feb 27 13:27:05 EST 2009


#5501: hard coded messageid in imap_setflag_full() call
------------------------+---------------------------------------------------
 Reporter:  David.Kamp  |       Owner:  developer 
     Type:  defect      |      Status:  new       
 Priority:  trivial     |   Milestone:  5.1.0     
Component:  vtigercrm   |     Version:  5.1.0-val1
 Keywords:              |  
------------------------+---------------------------------------------------
 imap_setflag_full($this->_imap, '1', $markas);

 should be replaced by:

 imap_setflag_full($this->_imap, $messageid, $markas);

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5501>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list