[Vtigercrm-commits] [Vtiger development] #8449: Extremely serious calendar bug in VTiger 6.2.0 makng calendar unusable

Vtiger development vtiger-tickets at trac.vtiger.com
Thu Apr 30 12:36:54 GMT 2015


#8449: Extremely serious calendar bug in VTiger 6.2.0 makng calendar unusable
-----------------------+------------------------
 Reporter:  uma        |       Owner:  developer
     Type:  defect     |      Status:  reopened
 Priority:  critical   |   Milestone:  6.3.0
Component:  vtigercrm  |     Version:  6.2.0
 Severity:  Medium     |  Resolution:
 Keywords:             |
-----------------------+------------------------

Comment (by alanbell):

 also in three places in modules/Calendar/actions/Feed.php
 on lines 141,149,206 change

 {{{
 $dataBaseDateFormatedString.' '. $dateTimeComponents[1];
 }}}


 to


 {{{
 $dataBaseDateFormatedString.' '. $dateTimeComponents[1] .' '.
 $dateTimeComponents[2];
 }}}

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8449#comment:6>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list