[Vtigercrm-commits] [vtiger development] #5467: Calendar Issue: Getting MiniCal

vtiger development vtiger-tickets at trac.vtiger.com
Wed Jan 28 09:49:08 EST 2009


#5467: Calendar Issue: Getting MiniCal
-------------------------+--------------------------------------------------
  Reporter:  prasad      |       Owner:  developer
      Type:  defect      |      Status:  new      
  Priority:  unassigned  |   Milestone:  5.1.0    
 Component:  vtigercrm   |     Version:  5.0.4    
Resolution:              |    Keywords:           
-------------------------+--------------------------------------------------
Comment (by prasad):

 We found that $hour in vt_DateTime class, function getDateTime was getting
 set to
 blank!

 Workaround fix for the issue:
 {{{function getDateTime() {
 ...
 // Add a check to reset the value
 if(empty($hour) && $hour !== 0) $hour = 0;
 // ...
 $this->ts = mktime($hour,$minute,$second,$month,$day,$year);
 ...
 }
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5467#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list